[MPlayer-cvslog] r26767 - in trunk: etc/codecs.conf libmpdemux/mp_taglists.c

compn subversion at mplayerhq.hu
Wed May 14 15:56:15 CEST 2008


Author: compn
Date: Wed May 14 15:56:14 2008
New Revision: 26767

Log:
add rl2 codec

Modified:
   trunk/etc/codecs.conf
   trunk/libmpdemux/mp_taglists.c

Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf	(original)
+++ trunk/etc/codecs.conf	Wed May 14 15:56:14 2008
@@ -2130,6 +2130,14 @@ videocodec ffbethsoftvid
   dll bethsoftvid
   out BGR8
 
+videocodec ffrl2
+  info "FFmpeg RL2 decoder"
+  status working
+  fourcc RL2V ; internal MPlayer FourCC
+  driver ffmpeg
+  dll rl2
+  out BGR8
+
 videocodec fftxd
   info "FFmpeg Renderware TeXture Dictionary decoder"
   status working

Modified: trunk/libmpdemux/mp_taglists.c
==============================================================================
--- trunk/libmpdemux/mp_taglists.c	(original)
+++ trunk/libmpdemux/mp_taglists.c	Wed May 14 15:56:14 2008
@@ -67,6 +67,7 @@ static const AVCodecTag mp_bmp_tags[] = 
     { CODEC_ID_FLIC,              MKTAG('F', 'L', 'I', 'C')},
     { CODEC_ID_IDCIN,             MKTAG('I', 'D', 'C', 'I')},
     { CODEC_ID_INTERPLAY_VIDEO,   MKTAG('I', 'N', 'P', 'V')},
+    { CODEC_ID_RL2,               MKTAG('R', 'L', '2', 'V')},
     { CODEC_ID_ROQ,               MKTAG('R', 'o', 'Q', 'V')},
     { CODEC_ID_THP,               MKTAG('T', 'H', 'P', 'V')},
     { CODEC_ID_TIERTEXSEQVIDEO,   MKTAG('T', 'S', 'E', 'Q')},



More information about the MPlayer-cvslog mailing list