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_fli.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_fli.c')
| -rw-r--r-- | src/demuxers/demux_fli.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/demuxers/demux_fli.c b/src/demuxers/demux_fli.c index 51ea2b0e5..8a38a7b90 100644 --- a/src/demuxers/demux_fli.c +++ b/src/demuxers/demux_fli.c @@ -22,7 +22,7 @@ * avoid while programming a FLI decoder, visit: * http://www.pcisys.net/~melanson/codecs/ * - * $Id: demux_fli.c,v 1.20 2002/10/26 22:00:51 guenter Exp $ + * $Id: demux_fli.c,v 1.21 2002/10/27 15:51:53 tmmm Exp $ */ #ifdef HAVE_CONFIG_H @@ -43,8 +43,6 @@ #include "demux.h" #include "bswap.h" -#define VALID_ENDS "fli,flc" - #define FLI_HEADER_SIZE 128 #define FLI_FILE_MAGIC_1 0xAF11 #define FLI_FILE_MAGIC_2 0xAF12 |
