diff options
author | aurel <aurel@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-06-30 17:37:10 +0000 |
---|---|---|
committer | aurel <aurel@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-06-30 17:37:10 +0000 |
commit | 0a2eb091e1d1c368adba8b0dff9d38f469d6b62b (patch) | |
tree | 530836d2c9bc56d0d25c42da7140b58de73e30dc /etc | |
parent | c96d03891660271820b9fcd5cc24fa9b6daadccf (diff) |
add hdv2 fourcc to MPEG2 codecs (used by new Sony HD camera)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15871 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r-- | etc/codecs.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf index 7957b0c489..786e0171a9 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -28,6 +28,7 @@ videocodec mpeg12 format 0x10000001 ; MPEG-1 format 0x10000002 ; MPEG-2 fourcc "DVR " + fourcc hdv2 driver libmpeg2 ; dll "libmpeg2" out YV12,I420,IYUV @@ -50,6 +51,7 @@ videocodec ffmpeg2 format 0x10000002 ; MPEG-2 fourcc mpg2 fourcc "DVR " + fourcc hdv2 driver ffmpeg dll "mpeg2video" out YV12,I420,IYUV @@ -76,6 +78,7 @@ videocodec ffmpeg12mc format 0x10000002 ; MPEG-2 fourcc mpg1,mpg2 fourcc "DVR " + fourcc hdv2 fourcc PIM1 ; Pinnacle hardware-MPEG-1 driver ffmpeg dll "mpegvideo_xvmc" |