From 85108185753e2e4ed974e503ed06754d1f215197 Mon Sep 17 00:00:00 2001 From: szabii Date: Tue, 10 Apr 2001 20:09:23 +0000 Subject: lots of changes again git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@329 b3059339-0415-0410-9bf9-f77b7e298cf2 --- codec-cfg.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'codec-cfg.h') diff --git a/codec-cfg.h b/codec-cfg.h index 94579e85ee..fddec5a096 100644 --- a/codec-cfg.h +++ b/codec-cfg.h @@ -14,8 +14,7 @@ #define CODECS_MAX_OUTFMT 16 // Global flags: -#define CODECS_FLAG_AUDIO (1<<0) -#define CODECS_FLAG_SEEKABLE (1<<1) +#define CODECS_FLAG_SEEKABLE (1<<0) // Outfmt flags: #define CODECS_FLAG_FLIP (1<<0) @@ -50,7 +49,7 @@ typedef struct { short status; } codecs_t; -codecs_t* parse_codec_cfg(char *cfgfile); +codecs_t** parse_codec_cfg(char *cfgfile); codecs_t* find_codec(unsigned int fourcc,unsigned int *fourccmap,int audioflag); #endif -- cgit v1.2.3