summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_smjpeg.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_smjpeg.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_smjpeg.c')
-rw-r--r--src/demuxers/demux_smjpeg.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/demuxers/demux_smjpeg.c b/src/demuxers/demux_smjpeg.c
index 7387e922e..04e2bfeca 100644
--- a/src/demuxers/demux_smjpeg.c
+++ b/src/demuxers/demux_smjpeg.c
@@ -21,7 +21,7 @@
* For more information on the SMJPEG file format, visit:
* http://www.lokigames.com/development/smjpeg.php3
*
- * $Id: demux_smjpeg.c,v 1.20 2002/10/26 23:23:15 tmmm Exp $
+ * $Id: demux_smjpeg.c,v 1.21 2002/10/27 15:51:53 tmmm Exp $
*/
#ifdef HAVE_CONFIG_H
@@ -54,8 +54,6 @@
#define vidD_TAG FOURCC_TAG('v', 'i', 'd', 'D')
#define APCM_TAG FOURCC_TAG('A', 'P', 'C', 'M')
-#define VALID_ENDS "mjpg"
-
#define SMJPEG_SIGNATURE_SIZE 8
/* 16 is the max size of a header chunk (the video header) */
#define SMJPEG_VIDEO_HEADER_SIZE 16