Mercurial > mplayer.hg
changeset 17340:6680a3bde83c
Add uppercase MPG2 fourcc.
author | diego |
---|---|
date | Sat, 07 Jan 2006 22:41:04 +0000 |
parents | ba7af0bb3e96 |
children | c919e346b0d1 |
files | etc/codecs.conf |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
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