summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-01-07 22:41:04 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-01-07 22:41:04 +0000
commit9754119e170a58c2bfabed53c4a12f5fc17ee9f1 (patch)
tree8f9151b3b88a0e372d5bababfb5ce70c98c966ec /etc
parent627d7781e60b8ee740811a6023faedb382b5a85b (diff)
downloadmpv-9754119e170a58c2bfabed53c4a12f5fc17ee9f1.tar.bz2
mpv-9754119e170a58c2bfabed53c4a12f5fc17ee9f1.tar.xz
Add uppercase MPG2 fourcc.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17341 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-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