[FFmpeg-devel] [PATCH] avcodec/adpcm: squelch 'mismatch in coded sample count' warning for AV_CODEC_ID_ADPCM_EA_R2/3

Paul B Mahol onemda at gmail.com
Fri Mar 14 10:21:35 CET 2014


On 3/14/14, Peter Ross <pross at xvid.org> wrote:
> These ADPCM codecs include a per-frame flag that enables a raw 16-bit mode.
> Therefore
> the the number of samples returned by get_nb_samples() is only ever
> approximate.
>
> Fixes ticket #3460.
>
> Signed-off-by: Peter Ross <pross at xvid.org>
> ---
>  libavcodec/adpcm.c | 13 +++++++++----
>  1 file changed, 9 insertions(+), 4 deletions(-)
>

lgtm


More information about the ffmpeg-devel mailing list