On Mon, Jul 28, 2008 at 12:32:51AM -0400, Alexander Strange wrote:
> --- a/libavcodec/framethread.c
> +++ b/libavcodec/framethread.c
> @@ -405,7 +405,8 @@ void ff_delayed_release_buffer(AVCodecContext *avctx, 
> AVFrame *f)
>  
> -    if(avctx->debug&FF_DEBUG_BUFFER) av_log(avctx, AV_LOG_DEBUG, 
> "delayed_release_buffer called on pic %p, %d buffers used\n", f, 
> f->avctx->internal_buffer_count);
> +    if(avctx->debug&FF_DEBUG_BUFFER)
> +        av_log(avctx, AV_LOG_DEBUG, "delayed_release_buffer called on pic 
> %p, %d buffers used\n", f, f->avctx->internal_buffer_count);

This should be OK, but maybe you can add spaces around the & while
you're at it.

Diego
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to