Skip to content
Snippets Groups Projects
Commit 69e7070d authored by Baptiste Coudurier's avatar Baptiste Coudurier
Browse files

remove obsolete comment

Originally committed as revision 7681 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 44d3fea5
No related branches found
No related tags found
No related merge requests found
...@@ -274,9 +274,6 @@ typedef struct MOVContext { ...@@ -274,9 +274,6 @@ typedef struct MOVContext {
int64_t mdat_size; int64_t mdat_size;
int64_t mdat_offset; int64_t mdat_offset;
int total_streams; 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]; MOVStreamContext *streams[MAX_STREAMS];
int ctab_size; int ctab_size;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment