summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/codecs.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index aff6875916..7a8955df20 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -32,7 +32,7 @@ videocodec mpeg12
fourcc mpg1
fourcc PIM1 ; Pinnacle hardware-MPEG-1
fourcc VCR2
- fourcc mpg2
+ fourcc mpg2,MPG2
fourcc MPEG
driver libmpeg2
; dll "libmpeg2"
@@ -55,7 +55,7 @@ videocodec ffmpeg2
info "FFmpeg MPEG-2"
status working
format 0x10000002 ; MPEG-2
- fourcc mpg2
+ fourcc mpg2,MPG2
fourcc "DVR "
fourcc hdv2
fourcc MPEG
@@ -70,7 +70,7 @@ videocodec ffmpeg12
status working
format 0x10000001 ; MPEG-1
format 0x10000002 ; MPEG-2
- fourcc mpg1,mpg2
+ fourcc mpg1,mpg2,MPG2
fourcc PIM1 ; Pinnacle hardware-MPEG-1
fourcc VCR2
fourcc "DVR "
@@ -86,7 +86,7 @@ videocodec ffmpeg12mc
status buggy
format 0x10000001 ; MPEG-1
format 0x10000002 ; MPEG-2
- fourcc mpg1,mpg2
+ fourcc mpg1,mpg2,MPG2
fourcc "DVR "
fourcc hdv2
fourcc PIM1 ; Pinnacle hardware-MPEG-1