Mercurial > mplayer.hg
diff etc/codecs.conf @ 34062:4a0cac2ced3f
decoder: add ffmpeg ansi decoder
| author | compn |
|---|---|
| date | Thu, 29 Sep 2011 02:44:48 +0000 |
| parents | 369cc91a43a0 |
| children | 31fdbcd6de70 |
line wrap: on
line diff
--- a/etc/codecs.conf Wed Sep 28 18:52:11 2011 +0000 +++ b/etc/codecs.conf Thu Sep 29 02:44:48 2011 +0000 @@ -17,6 +17,14 @@ dll anm out BGR8 +videocodec ffansi + info "FFmpeg ASCII/ANSI art" + status working + fourcc TXT4 ; internal MPlayer FourCC + driver ffmpeg + dll ansi + out BGR8 + videocodec ffbinkvideo info "FFmpeg Bink Video" status working
