Mercurial > mplayer.hg
changeset 26735:884d72a2dc78
add rl2 codec
author | compn |
---|---|
date | Wed, 14 May 2008 13:56:14 +0000 |
parents | c56679b43d27 |
children | 133ff1f43050 |
files | etc/codecs.conf libmpdemux/mp_taglists.c |
diffstat | 2 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/codecs.conf Wed May 14 11:38:08 2008 +0000 +++ b/etc/codecs.conf Wed May 14 13:56:14 2008 +0000 @@ -2130,6 +2130,14 @@ 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
--- a/libmpdemux/mp_taglists.c Wed May 14 11:38:08 2008 +0000 +++ b/libmpdemux/mp_taglists.c Wed May 14 13:56:14 2008 +0000 @@ -67,6 +67,7 @@ { 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')},