[FFmpeg-devel] [PATCH 1/3] avcodec/qpeg: remove an unnecessary intermediary AVFrame

James Almer jamrial at gmail.com
Mon Apr 20 16:40:58 EEST 2020


On 4/20/2020 10:28 AM, Anton Khirnov wrote:
> Quoting James Almer (2020-04-17 05:10:06)
>> Decoding can be handled directly in the output frame.
>>
>> Signed-off-by: James Almer <jamrial at gmail.com>
>> ---
>>  libavcodec/qpeg.c | 22 +++++++++-------------
>>  1 file changed, 9 insertions(+), 13 deletions(-)
>>
> 
> Seems you're also fixing flush, so maybe mention that in the commit
> message.
> 
> Otherwise looks ok

Will mention that and apply. Thanks.


More information about the ffmpeg-devel mailing list