[FFmpeg-devel] [PATCH 3/3] avcodec/utils: Optimize ff_color_frame()
Paul B Mahol
onemda at gmail.com
Mon Dec 24 18:44:26 EET 2018
On 12/24/18, Michael Niedermayer <michael at niedermayer.cc> wrote:
> Fixes: Timeout
> Fixes:
> 10709/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_H264_fuzzer-5630617975259136
>
> Found-by: continuous fuzzing process
> https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
> Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> ---
> libavcodec/utils.c | 9 +++++++--
> 1 file changed, 7 insertions(+), 2 deletions(-)
Ugly, set first row and use memcpy for rest of rows.
More information about the ffmpeg-devel
mailing list