diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/codecs.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf index 0fd75c7e87..94506e4fa6 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -361,6 +361,14 @@ videocodec mpng driver mpng out BGR32,BGR24 +videocodec ijpg + info "IJPG codec" + status working + comment "Hm." + fourcc ijpg,IJPG + driver ijpg + out BGR24,BGR8 + videocodec roqvideo info "Id RoQ File Video Decoder" status buggy |