From cd356609aee29f380e69fe1324e34fd2a021ffab Mon Sep 17 00:00:00 2001 From: arpi Date: Sat, 8 Jun 2002 20:51:50 +0000 Subject: realvideo support by Florian Schneider git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6344 b3059339-0415-0410-9bf9-f77b7e298cf2 --- codec-cfg.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'codec-cfg.h') diff --git a/codec-cfg.h b/codec-cfg.h index fb937b5799..e7117fab0a 100644 --- a/codec-cfg.h +++ b/codec-cfg.h @@ -46,6 +46,7 @@ #define AFM_DK3ADPCM 18 #define AFM_ROQAUDIO 19 #define AFM_AAC 20 +#define AFM_REAL 21 #define VFM_MPEG 1 #define VFM_VFW 2 @@ -72,6 +73,7 @@ #define VFM_HUFFYUV 23 #define VFM_ZLIB 24 #define VFM_MPEGPES 25 +#define VFM_REAL 26 #ifndef GUID_TYPE #define GUID_TYPE -- cgit v1.2.3