[FFmpeg-devel] [PATCH 1/3] exr: limit expected_len to tmp buffer size

Martin Vignali martin.vignali at gmail.com
Wed Nov 16 22:29:40 EET 2016


>
> +    expected_len = FFMIN(expected_len, uncompressed_size);
> +
>      dest_len = expected_len;
>
>
> Hello,

in what case expected_len can be > to uncompress_size ?
Did you have a test sample ?


Martin


More information about the ffmpeg-devel mailing list