diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2007-01-24 10:56:45 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2007-01-24 10:56:45 +0000 |
commit | 69e7070da6d247ccc191ad971d05ded915d444d6 (patch) | |
tree | 9bad034abf4289de083bea717f03b9e78a9a1f80 /libavformat | |
parent | 44d3fea53b67619dd64563d4b404ebf5c8dd9e8d (diff) | |
download | ffmpeg-69e7070da6d247ccc191ad971d05ded915d444d6.tar.gz |
remove obsolete comment
Originally committed as revision 7681 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/mov.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavformat/mov.c b/libavformat/mov.c index d76b9b1718..604efb8391 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -274,9 +274,6 @@ typedef struct MOVContext { int64_t mdat_size; int64_t mdat_offset; int total_streams; - /* some streams listed here aren't presented to the ffmpeg API, since they aren't either video nor audio - * but we need the info to be able to skip data from those streams in the 'mdat' section - */ MOVStreamContext *streams[MAX_STREAMS]; int ctab_size; |