From 1f8e32cda1bf7dbc6619cc471360a8cb4f1a540c Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 22 Jan 2008 08:52:57 +0000 Subject: [PATCH] cosmetics: Fix Benoit's ugly formatting. Originally committed as revision 11593 to svn://svn.ffmpeg.org/ffmpeg/trunk --- ffmpeg.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ffmpeg.c b/ffmpeg.c index 751ba5c..97526cb 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -419,10 +419,9 @@ static void write_frame(AVFormatContext *s, AVPacket *pkt, AVCodecContext *avctx av_free_packet(pkt); new_pkt.destruct= av_destruct_packet; } else if(a<0){ - fprintf(stderr, "%s failed for stream %d, codec %s" - , bsfc->filter->name - , pkt->stream_index - , avctx->codec ? avctx->codec->name : "copy"); + fprintf(stderr, "%s failed for stream %d, codec %s", + bsfc->filter->name, pkt->stream_index, + avctx->codec ? avctx->codec->name : "copy"); print_error("", a); } *pkt= new_pkt; -- 2.7.4