mirror of
https://github.com/mpv-player/mpv
synced 2025-03-30 23:38:10 +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:
parent
15bd7324c2
commit
af0da25bae
@ -46,6 +46,7 @@ videocodec ffmpeg1
|
||||
fourcc mpg1
|
||||
fourcc PIM1 ; Pinnacle hardware-MPEG-1
|
||||
fourcc VCR2
|
||||
fourcc MPEG
|
||||
driver ffmpeg
|
||||
dll "mpeg1video"
|
||||
out YV12,I420,IYUV
|
||||
@ -57,6 +58,7 @@ videocodec ffmpeg2
|
||||
fourcc mpg2
|
||||
fourcc "DVR "
|
||||
fourcc hdv2
|
||||
fourcc MPEG
|
||||
driver ffmpeg
|
||||
dll "mpeg2video"
|
||||
out YV12,I420,IYUV
|
||||
@ -73,6 +75,7 @@ videocodec ffmpeg12
|
||||
fourcc VCR2
|
||||
fourcc "DVR "
|
||||
fourcc hdv2
|
||||
fourcc MPEG
|
||||
driver ffmpeg
|
||||
dll "mpegvideo"
|
||||
out YV12,I420,IYUV
|
||||
@ -88,6 +91,7 @@ videocodec ffmpeg12mc
|
||||
fourcc hdv2
|
||||
fourcc PIM1 ; Pinnacle hardware-MPEG-1
|
||||
fourcc VCR2
|
||||
fourcc MPEG
|
||||
driver ffmpeg
|
||||
dll "mpegvideo_xvmc"
|
||||
out IDCT_MPEG2
|
||||
|
Loading…
Reference in New Issue
Block a user