[FFmpeg-devel] [PATCH v2] avcodec/h264_slice: don't copy frame data during error concealment

James Almer jamrial at gmail.com
Thu Mar 11 22:58:48 EET 2021


On 3/11/2021 4:54 PM, Michael Niedermayer wrote:
> On Thu, Mar 11, 2021 at 09:42:03AM -0300, James Almer wrote:
>> In addition to the fact that av_image_copy() cannot handle hardware pixel formats,
>> h->short_ref[0]->f may not be writable at this point.
>>
>> Based on a patch by Hendrik Leppkes.
>>
>> Signed-off-by: James Almer <jamrial at gmail.com>
>> ---
>> This version fixes the fuzzed sample Michael talked about.
> 
> as said privatly already, this works fine with everything i threw at it
> 
> thx

Pushed, thanks.


More information about the ffmpeg-devel mailing list