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 --- etc/codecs.conf | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/codecs.conf b/etc/codecs.conf index d86b8627c2..b9bb1b4196 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -294,7 +294,8 @@ videocodec msrle videocodec fli info "Autodesk FLI/FLC Animation" status working - fourcc FLIC ; internal MPlayer FOURCC, not official + comment "FLIC is an internal MPlayer FOURCC" + fourcc FLIC driver fli out BGR32,BGR24 @@ -344,6 +345,14 @@ videocodec ducktm1 driver ducktm1 out BGR32,BGR24,BGR16,BGR15 +videocodec roqvideo + info "Id RoQ File Video Decoder" + status buggy + comment "RoQV is an internal MPlayer FOURCC" + fourcc RoQV + driver roqvideo + out YV12 + audiocodec imaadpcm info "IMA ADPCM" status working @@ -371,6 +380,13 @@ audiocodec fox62adpcm format 0x62 driver fox62adpcm +videocodec roqaudio + info "Id RoQ File Audio Decoder" + status buggy + comment "RoQA is an internal MPlayer FOURCC" + fourcc RoQA + driver roqaudio + ; =============== WINDOWS DLL's ============== videocodec vp3 -- cgit v1.2.3