mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00:00
remove obsolete comment
Originally committed as revision 7681 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
44d3fea53b
commit
69e7070da6
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user