summaryrefslogtreecommitdiff
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2004-07-14 00:27:55 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-07-14 00:27:55 +0000
commiteb507b21c410515b179c0ca85b3db3d83fc296bd (patch)
treed0be891d48a1413bf6929e5f249aa515894193aa /ffmpeg.c
parentf8facaaf41f9be9e52f831358637541c9b4bcdd0 (diff)
comment is no longer true
Originally committed as revision 3309 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index 5f50187386..08bd3e6608 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -816,7 +816,6 @@ static void do_video_out(AVFormatContext *s,
final_picture = formatted_picture;
}
/* duplicates frame if needed */
- /* XXX: pb because no interleaving */
for(i=0;i<nb_frames;i++) {
AVPacket pkt;
av_init_packet(&pkt);