[FFmpeg-devel] [PATCH 1/5] avcodec/h264: change RETs into REP_RETs where appropriate
James Darnley
jdarnley at obe.tv
Fri Apr 14 14:19:51 EEST 2017
On 2017-04-05 22:26, Henrik Gramner wrote:
> On Wed, Apr 5, 2017 at 3:53 AM, James Darnley <jdarnley at obe.tv> 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.
Do you want me to change this patch to add that?
More information about the ffmpeg-devel
mailing list