Browse Source

remove no more true comment

Originally committed as revision 8829 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Baptiste Coudurier 19 years ago
parent
commit
b236a735e5
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavformat/mov.c

+ 0
- 1
libavformat/mov.c View File

@@ -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) {


Loading…
Cancel
Save