diff options
author | Mike Melanson <mike@multimedia.cx> | 2002-10-27 15:51:53 +0000 |
---|---|---|
committer | Mike Melanson <mike@multimedia.cx> | 2002-10-27 15:51:53 +0000 |
commit | fb94d51c62b13c2db1c8daa4cf500cd95c884a06 (patch) | |
tree | 66c5fc78401ac818190aa4ee6e206103ba259ea1 /src/demuxers/demux_film.c | |
parent | 6d71c5de7c010e19ab9970064f9997df746725f7 (diff) | |
download | xine-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_film.c')
-rw-r--r-- | src/demuxers/demux_film.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/demuxers/demux_film.c b/src/demuxers/demux_film.c index 02f5e9063..63d1f60fe 100644 --- a/src/demuxers/demux_film.c +++ b/src/demuxers/demux_film.c @@ -21,7 +21,7 @@ * For more information on the FILM file format, visit: * http://www.pcisys.net/~melanson/codecs/ * - * $Id: demux_film.c,v 1.38 2002/10/26 22:00:51 guenter Exp $ + * $Id: demux_film.c,v 1.39 2002/10/27 15:51:53 tmmm Exp $ */ #ifdef HAVE_CONFIG_H @@ -51,8 +51,6 @@ #define STAB_TAG FOURCC_TAG('S', 'T', 'A', 'B') #define CVID_TAG FOURCC_TAG('c', 'v', 'i', 'd') -#define VALID_ENDS "cpk,cak,film" - typedef struct { off_t sample_offset; unsigned int sample_size; |