[FFmpeg-devel] [PATCH]Print the actual bit depth for audio if it is different from the sample_fmt bit depth

Carl Eugen Hoyos cehoyos at ag.or.at
Wed Sep 3 09:19:57 CEST 2014


Carl Eugen Hoyos <cehoyos <at> ag.or.at> writes:

> +        if (enc->bits_per_raw_sample != 
> av_get_bytes_per_sample(enc->sample_fmt) * 8)

Locally changed to "bits_per_raw_sample > 0 && ..".

Carl Eugen



More information about the ffmpeg-devel mailing list