# HG changeset patch # User diego # Date 1136673664 0 # Node ID 6680a3bde83cfa5e5b555b4f099d9499a89c15ed # Parent ba7af0bb3e965cd9b6d48c141751aa2c4a58689f Add uppercase MPG2 fourcc. diff -r ba7af0bb3e96 -r 6680a3bde83c etc/codecs.conf --- 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