mirror of
https://github.com/mpv-player/mpv
synced 2024-12-13 18:36:09 +00:00
add hdv1 fourcc
sync from vlc's fourcc.h git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27389 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d44aa23118
commit
0ae6b046a2
@ -77,6 +77,8 @@ videocodec mpegpes
|
||||
format 0x10000002 ; mpeg 2
|
||||
fourcc mpg1,MPG1,mpg2,MPG2
|
||||
fourcc MPEG
|
||||
fourcc hdv1,hdv2,hdv3
|
||||
fourcc hdv5
|
||||
fourcc hdv6,hdv7,hdv8
|
||||
fourcc xdv1,xdv2,xdv3
|
||||
fourcc xdv4,xdv5,xdv6
|
||||
@ -104,6 +106,7 @@ videocodec ffmpeg2
|
||||
format 0x10000002 ; MPEG-2
|
||||
fourcc mpg2,MPG2
|
||||
fourcc "DVR "
|
||||
fourcc hdv1
|
||||
fourcc hdv2
|
||||
fourcc MPEG
|
||||
fourcc hdv3 ; HDV 1080i50
|
||||
@ -133,6 +136,7 @@ videocodec ffmpeg12
|
||||
fourcc "DVR "
|
||||
fourcc hdv2
|
||||
fourcc MPEG
|
||||
fourcc hdv1
|
||||
fourcc hdv3 ; HDV 1080i50
|
||||
fourcc hdv5 ; HDV 720p25
|
||||
fourcc mx5p ; MPEG IMX 625/50 (50 Mb/s)
|
||||
@ -161,6 +165,7 @@ videocodec mpeg12
|
||||
fourcc VCR2
|
||||
fourcc mpg2,MPG2
|
||||
fourcc MPEG
|
||||
fourcc hdv1
|
||||
fourcc hdv3 ; HDV 1080i50
|
||||
fourcc hdv5 ; HDV 720p25
|
||||
fourcc mx5p ; MPEG IMX 625/50 (50 Mb/s)
|
||||
@ -183,6 +188,7 @@ videocodec ffmpeg12mc
|
||||
format 0x10000002 ; MPEG-2
|
||||
fourcc mpg1,mpg2,MPG2
|
||||
fourcc "DVR "
|
||||
fourcc hdv1
|
||||
fourcc hdv2
|
||||
fourcc PIM1 ; Pinnacle hardware-MPEG-1
|
||||
fourcc VCR2
|
||||
|
Loading…
Reference in New Issue
Block a user