1
0
mirror of https://github.com/mpv-player/mpv synced 2025-04-10 11:41:37 +00:00

Add MPEG fourcc to all MPEG decoders.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17320 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-01-05 22:47:08 +00:00
parent 15bd7324c2
commit af0da25bae

View File

@ -46,6 +46,7 @@ videocodec ffmpeg1
fourcc mpg1 fourcc mpg1
fourcc PIM1 ; Pinnacle hardware-MPEG-1 fourcc PIM1 ; Pinnacle hardware-MPEG-1
fourcc VCR2 fourcc VCR2
fourcc MPEG
driver ffmpeg driver ffmpeg
dll "mpeg1video" dll "mpeg1video"
out YV12,I420,IYUV out YV12,I420,IYUV
@ -57,6 +58,7 @@ videocodec ffmpeg2
fourcc mpg2 fourcc mpg2
fourcc "DVR " fourcc "DVR "
fourcc hdv2 fourcc hdv2
fourcc MPEG
driver ffmpeg driver ffmpeg
dll "mpeg2video" dll "mpeg2video"
out YV12,I420,IYUV out YV12,I420,IYUV
@ -73,6 +75,7 @@ videocodec ffmpeg12
fourcc VCR2 fourcc VCR2
fourcc "DVR " fourcc "DVR "
fourcc hdv2 fourcc hdv2
fourcc MPEG
driver ffmpeg driver ffmpeg
dll "mpegvideo" dll "mpegvideo"
out YV12,I420,IYUV out YV12,I420,IYUV
@ -88,6 +91,7 @@ videocodec ffmpeg12mc
fourcc hdv2 fourcc hdv2
fourcc PIM1 ; Pinnacle hardware-MPEG-1 fourcc PIM1 ; Pinnacle hardware-MPEG-1
fourcc VCR2 fourcc VCR2
fourcc MPEG
driver ffmpeg driver ffmpeg
dll "mpegvideo_xvmc" dll "mpegvideo_xvmc"
out IDCT_MPEG2 out IDCT_MPEG2