diff options
author | cehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-06-26 21:32:25 +0000 |
---|---|---|
committer | cehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-06-26 21:32:25 +0000 |
commit | ec7dc561481ae6acf70c85e24b3d045c6af20b9f (patch) | |
tree | 77ded2ad5cb64ac0a9fb607707d5516cf24ff810 /etc | |
parent | 71723dc2c62f054b08eadc880f397e8cb308d6d9 (diff) |
Fix some blu-ray samples: HDMV == H264
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29404 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r-- | etc/codecs.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf index db1e60df92..6f0ba9551c 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -859,6 +859,7 @@ videocodec ffh264 fourcc X264,x264 fourcc avc1,AVC1 fourcc davc,DAVC + fourcc HDMV format 0x10000005 driver ffmpeg dll h264 @@ -871,6 +872,7 @@ videocodec ffh264vdpau fourcc X264,x264 fourcc avc1,AVC1 fourcc davc,DAVC + fourcc HDMV format 0x10000005 driver ffmpeg dll h264_vdpau |