diff --git a/etc/codecs.conf b/etc/codecs.conf index 10a6bda765..838727a321 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -133,6 +133,14 @@ videocodec fli 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 @@ audiocodec g72x 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