diff options
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 |