# HG changeset patch # User bcoudurier # Date 1169636205 0 # Node ID 94580a2253ffd93a525acac2e19d2d09102236a4 # Parent 5ed25b8bf482eb45b631e7d0f474a3ae780d0371 remove obsolete comment diff -r 5ed25b8bf482 -r 94580a2253ff mov.c --- a/mov.c Wed Jan 24 10:55:07 2007 +0000 +++ b/mov.c Wed Jan 24 10:56:45 2007 +0000 @@ -274,9 +274,6 @@ 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;