Commit f4c5ebd1 authored by bcoudurier's avatar bcoudurier

remove obsolete comment

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7681 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2c543e2a
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment