diff etc/codecs.conf @ 17340:6680a3bde83c

Add uppercase MPG2 fourcc.
author diego
date Sat, 07 Jan 2006 22:41:04 +0000
parents 1323e796bb6c
children 0bc4869be931
line wrap: on
line diff
--- a/etc/codecs.conf	Sat Jan 07 22:20:46 2006 +0000
+++ b/etc/codecs.conf	Sat Jan 07 22:41:04 2006 +0000
@@ -32,7 +32,7 @@
   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 @@
   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 @@
   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 @@
   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