cosmetics: Fix Benoit's ugly formatting.
authorDiego Biurrun <diego@biurrun.de>
Tue, 22 Jan 2008 08:52:57 +0000 (08:52 +0000)
committerDiego Biurrun <diego@biurrun.de>
Tue, 22 Jan 2008 08:52:57 +0000 (08:52 +0000)
Originally committed as revision 11593 to svn://svn.ffmpeg.org/ffmpeg/trunk

ffmpeg.c

index 751ba5c..97526cb 100644 (file)
--- 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;