Commit f360616e authored by diego's avatar diego

cosmetics: Fix Benoit's ugly formatting.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11593 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4cbb58ca
......@@ -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