diff options
author | rtognimp <rtognimp@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-07-09 18:47:01 +0000 |
---|---|---|
committer | rtognimp <rtognimp@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-07-09 18:47:01 +0000 |
commit | 04234277b514e728d2498a2ab4212a3326078d91 (patch) | |
tree | b06664e2400668959e156f4bd63af642429396b3 /etc | |
parent | 4d802fb02656f7c94b93994aaad5bfa6ee37c6d8 (diff) |
Sync fourcc for all mpeg12 codecs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15946 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r-- | etc/codecs.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf index 36c24c4a17..31c7136098 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -29,6 +29,10 @@ videocodec mpeg12 format 0x10000002 ; MPEG-2 fourcc "DVR " fourcc hdv2 + fourcc mpg1 + fourcc PIM1 ; Pinnacle hardware-MPEG-1 + fourcc VCR2 + fourcc mpg2 driver libmpeg2 ; dll "libmpeg2" out YV12,I420,IYUV @@ -66,6 +70,8 @@ videocodec ffmpeg12 fourcc mpg1,mpg2 fourcc PIM1 ; Pinnacle hardware-MPEG-1 fourcc VCR2 + fourcc "DVR " + fourcc hdv2 driver ffmpeg dll "mpegvideo" out YV12,I420,IYUV @@ -80,6 +86,7 @@ videocodec ffmpeg12mc fourcc "DVR " fourcc hdv2 fourcc PIM1 ; Pinnacle hardware-MPEG-1 + fourcc VCR2 driver ffmpeg dll "mpegvideo_xvmc" out IDCT_MPEG2 |