diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2004-07-14 00:27:55 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-07-14 00:27:55 +0000 |
commit | eb507b21c410515b179c0ca85b3db3d83fc296bd (patch) | |
tree | d0be891d48a1413bf6929e5f249aa515894193aa | |
parent | f8facaaf41f9be9e52f831358637541c9b4bcdd0 (diff) | |
download | ffmpeg-streaming-eb507b21c410515b179c0ca85b3db3d83fc296bd.zip ffmpeg-streaming-eb507b21c410515b179c0ca85b3db3d83fc296bd.tar.gz |
comment is no longer true
Originally committed as revision 3309 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | ffmpeg.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |