diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2007-04-26 11:46:04 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2007-04-26 11:46:04 +0000 |
commit | b236a735e5d998e5ad998aebd41aa675116a82d0 (patch) | |
tree | c0f9833e8763cf204cbe2788ba455229823f1005 /libavformat/mov.c | |
parent | e23848a49cee6f03df4c092bbdc6bd2189f0a42c (diff) | |
download | ffmpeg-b236a735e5d998e5ad998aebd41aa675116a82d0.tar.gz |
remove no more true comment
Originally committed as revision 8829 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/mov.c')
-rw-r--r-- | libavformat/mov.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/mov.c b/libavformat/mov.c index 8b691924d8..5d38ebf550 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -277,7 +277,6 @@ static int mov_read_esds(MOVContext *c, ByteIOContext *pb, MOV_atom_t atom) AVStream *st = c->fc->streams[c->fc->nb_streams-1]; int tag, len; - /* Well, broken but suffisant for some MP4 streams */ get_be32(pb); /* version + flags */ len = mp4_read_descr(c, pb, &tag); if (tag == MP4ESDescrTag) { |