summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_qt.c
diff options
context:
space:
mode:
authorMike Melanson <mike@multimedia.cx>2002-10-27 15:51:53 +0000
committerMike Melanson <mike@multimedia.cx>2002-10-27 15:51:53 +0000
commitfb94d51c62b13c2db1c8daa4cf500cd95c884a06 (patch)
tree66c5fc78401ac818190aa4ee6e206103ba259ea1 /src/demuxers/demux_qt.c
parent6d71c5de7c010e19ab9970064f9997df746725f7 (diff)
downloadxine-lib-fb94d51c62b13c2db1c8daa4cf500cd95c884a06.tar.gz
xine-lib-fb94d51c62b13c2db1c8daa4cf500cd95c884a06.tar.bz2
eliminate obsolete VALID_ENDS strings
CVS patchset: 3041 CVS date: 2002/10/27 15:51:53
Diffstat (limited to 'src/demuxers/demux_qt.c')
-rw-r--r--src/demuxers/demux_qt.c4
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,