Mercurial > mplayer.hg
changeset 11956:26c69c4dae82
Use qtrle decoder from ffmpeg
Support G.726 decoder from ffmpeg
author | rtognimp |
---|---|
date | Thu, 12 Feb 2004 23:10:16 +0000 |
parents | e1e01dea7c35 |
children | d3379356a2f4 |
files | etc/codecs.conf |
diffstat | 1 files changed, 15 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/codecs.conf Thu Feb 12 23:09:22 2004 +0000 +++ b/etc/codecs.conf Thu Feb 12 23:10:16 2004 +0000 @@ -133,6 +133,14 @@ driver fli out BGR32,BGR24 +videocodec ffqtrle + info "Quicktime Animation (RLE)" + status working + format 0x20656C72 ; "rle " + driver ffmpeg + dll "qtrle" + out BGR32,RGB24,BGR15,BGR8 query + videocodec qtrle info "Quicktime Animation (RLE)" status working @@ -2115,6 +2123,13 @@ driver g72x dll "g72x.c" +audiocodec ffg726 + info "Sharp G.726 Audio" + status working + format 0x45 + driver ffmpeg + dll "g726" + audiocodec g726 info "Sharp G.726 Audio" status untested