[FFmpeg-cvslog] r16046 - trunk/libavcodec/qcelpdec.c
Benoit Fouet
benoit.fouet
Thu Dec 11 08:49:23 CET 2008
On 12/11/2008 01:11 AM, reynaldo wrote:
> Modified: trunk/libavcodec/qcelpdec.c
> ==============================================================================
> --- trunk/libavcodec/qcelpdec.c (original)
> +++ trunk/libavcodec/qcelpdec.c Thu Dec 11 01:11:02 2008
> @@ -636,8 +637,13 @@ static int determine_bitrate(AVCodecCont
> {
> if(bitrate > **buf)
> {
> + QCELPContext *q = avctx->priv_data;
> + if (!q->warned_buf_mismatch_bitrate)
> + {
> av_log(avctx, AV_LOG_WARNING,
> "Claimed bitrate and buffer size mismatch.\n");
>
this one can be reindented
Ben
More information about the ffmpeg-cvslog
mailing list