[FFmpeg-cvslog] r11593 - trunk/ffmpeg.c
diego
subversion
Tue Jan 22 09:52:58 CET 2008
Author: diego
Date: Tue Jan 22 09:52:57 2008
New Revision: 11593
Log:
cosmetics: Fix Benoit's ugly formatting.
Modified:
trunk/ffmpeg.c
Modified: trunk/ffmpeg.c
==============================================================================
--- trunk/ffmpeg.c (original)
+++ trunk/ffmpeg.c Tue Jan 22 09:52:57 2008
@@ -419,10 +419,9 @@ static void write_frame(AVFormatContext
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;
More information about the ffmpeg-cvslog
mailing list