Commit 1f8e32cd authored by Diego Biurrun's avatar Diego Biurrun

cosmetics: Fix Benoit's ugly formatting.

Originally committed as revision 11593 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 7f938dd3
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment