mirror of https://github.com/mpv-player/mpv
VCR2 fails for mpeg12, decodes incorrectly (and cannot be fixed) for
VDPAU, and I doubt it works for XVMC or mpegpes. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30422 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
573a57de1c
commit
f712f0ee96
|
@ -130,7 +130,6 @@ videocodec mpegpes
|
|||
fourcc m2v1,m1v1
|
||||
fourcc PIM1 ; Pinnacle hardware-MPEG-1
|
||||
fourcc PIM2 ; Pinnacle hardware-MPEG-2
|
||||
fourcc VCR2
|
||||
fourcc LMP2 ; Lead mpeg2 in avi
|
||||
driver mpegpes
|
||||
out MPES
|
||||
|
@ -234,7 +233,6 @@ videocodec mpeg12
|
|||
fourcc mpg1
|
||||
fourcc PIM1 ; Pinnacle hardware-MPEG-1
|
||||
fourcc PIM2 ; Pinnacle hardware-MPEG-2
|
||||
fourcc VCR2
|
||||
fourcc mpg2,MPG2
|
||||
fourcc MPEG
|
||||
fourcc hdv1
|
||||
|
@ -273,7 +271,6 @@ videocodec ffmpeg12mc
|
|||
fourcc hdv2
|
||||
fourcc PIM1 ; Pinnacle hardware-MPEG-1
|
||||
fourcc PIM2 ; Pinnacle hardware-MPEG-2
|
||||
fourcc VCR2
|
||||
fourcc MPEG
|
||||
fourcc hdv3 ; HDV 1080i50
|
||||
fourcc hdv5 ; HDV 720p25
|
||||
|
@ -307,7 +304,6 @@ videocodec ffmpeg12vdpau
|
|||
fourcc mpg1,mpg2,MPG2
|
||||
fourcc PIM1 ; Pinnacle hardware-MPEG-1
|
||||
fourcc PIM2 ; Pinnacle hardware-MPEG-2
|
||||
fourcc VCR2
|
||||
fourcc "DVR "
|
||||
fourcc hdv2
|
||||
fourcc MPEG
|
||||
|
|
Loading…
Reference in New Issue