summaryrefslogtreecommitdiffstats
path: root/DOCS/codecs.conf
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/codecs.conf')
-rw-r--r--DOCS/codecs.conf8
1 files changed, 5 insertions, 3 deletions
diff --git a/DOCS/codecs.conf b/DOCS/codecs.conf
index 2c5922935e..ce37cbadf2 100644
--- a/DOCS/codecs.conf
+++ b/DOCS/codecs.conf
@@ -40,7 +40,8 @@ videocodec mpeg12
info "MPEG 1 or 2"
comment "with postprocessing"
status working
- format 0x10000001
+ format 0x10000001 ; mpeg 1
+ format 0x10000002 ; mpeg 2
driver libmpeg2
dll "libmpeg2"
out YV12
@@ -187,8 +188,9 @@ videocodec ffodivx
videocodec ffmpeg12
info "FFmpeg-1"
- status working
- format 0x10000001
+ status buggy
+ format 0x10000001 ; mpeg 1
+ format 0x10000002 ; mpeg 2 is broken
driver ffmpeg
dll "mpegvideo"
out YV12