[FFmpeg-soc] [soc] Cosmetics: split a long line.
Diego Biurrun
diego at biurrun.de
Mon Jul 28 07:33:03 CEST 2008
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
More information about the FFmpeg-soc
mailing list