diff options
Diffstat (limited to 'src/demuxers/demux_qt.c')
-rw-r--r-- | src/demuxers/demux_qt.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/demuxers/demux_qt.c b/src/demuxers/demux_qt.c index 9714a324d..b53ee36fc 100644 --- a/src/demuxers/demux_qt.c +++ b/src/demuxers/demux_qt.c @@ -30,7 +30,7 @@ * build_frame_table * free_qt_info * - * $Id: demux_qt.c,v 1.103 2002/10/26 22:00:53 guenter Exp $ + * $Id: demux_qt.c,v 1.104 2002/10/27 15:51:53 tmmm Exp $ * */ @@ -102,8 +102,6 @@ typedef unsigned int qt_atom; #define ATOM_PREAMBLE_SIZE 8 #define PALETTE_COUNT 256 -#define VALID_ENDS "mov,mp4,qt" - /* these are things that can go wrong */ typedef enum { QT_OK, |