On Wed, Apr 5, 2017 at 3:53 AM, James Darnley <[email protected]> wrote: > call h264_idct_add8_mmx_plane > - RET > + RET ; TODO: check rep ret after a function call
call followed by RET should be replaced by the TAIL_CALL macro instead which outputs a jmp instruction if there's no function epilogue. _______________________________________________ ffmpeg-devel mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
