From 6bd81251633d7a13fcab4c46b131ab91c538f2ba Mon Sep 17 00:00:00 2001 From: melanson Date: Fri, 1 Feb 2002 05:33:46 +0000 Subject: added skeleton decoders for RoQ audio and video format decoders git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4451 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 f8d13fd7c1..338dd8c2b7 100644 --- a/codec-cfg.h +++ b/codec-cfg.h @@ -36,6 +36,7 @@ #define AFM_IMAADPCM 16 #define AFM_FOX61ADPCM 17 #define AFM_FOX62ADPCM 18 +#define AFM_ROQAUDIO 19 #define VFM_MPEG 1 #define VFM_VFW 2 @@ -55,6 +56,7 @@ #define VFM_CYUV 16 #define VFM_QTSMC 17 #define VFM_DUCKTM1 18 +#define VFM_ROQVIDEO 19 #ifndef GUID_TYPE #define GUID_TYPE -- cgit v1.2.3