[FFmpeg-cvslog] r21041 - trunk/ffmpeg.c
michael
subversion
Thu Jan 7 01:50:34 CET 2010
Author: michael
Date: Thu Jan 7 01:50:34 2010
New Revision: 21041
Log:
Correct indention.
Modified:
trunk/ffmpeg.c
Modified: trunk/ffmpeg.c
==============================================================================
--- trunk/ffmpeg.c Thu Jan 7 01:47:23 2010 (r21040)
+++ trunk/ffmpeg.c Thu Jan 7 01:50:34 2010 (r21041)
@@ -1495,8 +1495,8 @@ static int output_packet(AVInputStream *
//FIXME remove the following 2 lines they shall be replaced by the bitstream filters
if(ost->st->codec->codec_id != CODEC_ID_H264) {
- if(av_parser_change(ist->st->parser, ost->st->codec, &opkt.data, &opkt.size, data_buf, data_size, pkt->flags & PKT_FLAG_KEY))
- opkt.destruct= av_destruct_packet;
+ if(av_parser_change(ist->st->parser, ost->st->codec, &opkt.data, &opkt.size, data_buf, data_size, pkt->flags & PKT_FLAG_KEY))
+ opkt.destruct= av_destruct_packet;
} else {
opkt.data = data_buf;
opkt.size = data_size;
More information about the ffmpeg-cvslog
mailing list