add rl2 codec

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26767 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
compn 2008-05-14 13:56:14 +00:00
parent e5bb2395e0
commit 3642bdba84
2 changed files with 9 additions and 0 deletions

View File

@ -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

View File

@ -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')},