mirror of
https://github.com/mpv-player/mpv
synced 2024-12-15 03:15:52 +00:00
Sync fourcc for all mpeg12 codecs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15946 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
4d802fb026
commit
04234277b5
@ -29,6 +29,10 @@ videocodec mpeg12
|
|||||||
format 0x10000002 ; MPEG-2
|
format 0x10000002 ; MPEG-2
|
||||||
fourcc "DVR "
|
fourcc "DVR "
|
||||||
fourcc hdv2
|
fourcc hdv2
|
||||||
|
fourcc mpg1
|
||||||
|
fourcc PIM1 ; Pinnacle hardware-MPEG-1
|
||||||
|
fourcc VCR2
|
||||||
|
fourcc mpg2
|
||||||
driver libmpeg2
|
driver libmpeg2
|
||||||
; dll "libmpeg2"
|
; dll "libmpeg2"
|
||||||
out YV12,I420,IYUV
|
out YV12,I420,IYUV
|
||||||
@ -66,6 +70,8 @@ videocodec ffmpeg12
|
|||||||
fourcc mpg1,mpg2
|
fourcc mpg1,mpg2
|
||||||
fourcc PIM1 ; Pinnacle hardware-MPEG-1
|
fourcc PIM1 ; Pinnacle hardware-MPEG-1
|
||||||
fourcc VCR2
|
fourcc VCR2
|
||||||
|
fourcc "DVR "
|
||||||
|
fourcc hdv2
|
||||||
driver ffmpeg
|
driver ffmpeg
|
||||||
dll "mpegvideo"
|
dll "mpegvideo"
|
||||||
out YV12,I420,IYUV
|
out YV12,I420,IYUV
|
||||||
@ -80,6 +86,7 @@ videocodec ffmpeg12mc
|
|||||||
fourcc "DVR "
|
fourcc "DVR "
|
||||||
fourcc hdv2
|
fourcc hdv2
|
||||||
fourcc PIM1 ; Pinnacle hardware-MPEG-1
|
fourcc PIM1 ; Pinnacle hardware-MPEG-1
|
||||||
|
fourcc VCR2
|
||||||
driver ffmpeg
|
driver ffmpeg
|
||||||
dll "mpegvideo_xvmc"
|
dll "mpegvideo_xvmc"
|
||||||
out IDCT_MPEG2
|
out IDCT_MPEG2
|
||||||
|
Loading…
Reference in New Issue
Block a user