From ca7c4340b95d3e6a61da2b3fa8ee772119c28cc7 Mon Sep 17 00:00:00 2001 From: arpi Date: Sun, 9 Dec 2001 16:20:03 +0000 Subject: [PATCH] g72x and a52 added git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3401 b3059339-0415-0410-9bf9-f77b7e298cf2 --- codec-cfg.c | 2 ++ codec-cfg.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/codec-cfg.c b/codec-cfg.c index 4b3d665e9b..134950bbff 100644 --- a/codec-cfg.c +++ b/codec-cfg.c @@ -213,6 +213,8 @@ static short get_driver(char *s,int audioflag) "ffmpeg", "libmad", "ima4", + "liba52", + "g72x", NULL }; static char *videodrv[] = { diff --git a/codec-cfg.h b/codec-cfg.h index 0055951968..07146ea60f 100644 --- a/codec-cfg.h +++ b/codec-cfg.h @@ -31,6 +31,8 @@ #define AFM_FFMPEG 11 #define AFM_MAD 12 #define AFM_IMA4 13 +#define AFM_A52 14 +#define AFM_G72X 15 #define VFM_MPEG 1 #define VFM_VFW 2