[FFmpeg-devel] [PATCH]Fix utvideo regression

Derek Buitenhuis derek.buitenhuis at gmail.com
Thu May 29 12:27:09 CEST 2014


On 5/29/2014 7:44 AM, Carl Eugen Hoyos wrote:
> -    return ff_init_vlc_sparse(vlc, FFMIN(he[last].len, 10), last + 1,
> +    return ff_init_vlc_sparse(vlc, FFMIN(he[last].len, 11), last + 1,

I'm not sure this is correct.

The sample in question was created by our encoder, and not the official one.

Have you tried the sample with the official decoder? If that breaks, then its not our
decoder which needs to be fixed, but our encoder.

- Derek


More information about the ffmpeg-devel mailing list