mirror of https://github.com/mpv-player/mpv
support for AVID DV fourcc, patch by xliska at informatics.muni.cz
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11852 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c299ad95a8
commit
0daaf45c2c
|
@ -989,6 +989,7 @@ videocodec libdv
|
|||
fourcc DVCS,dvcs ; NTSC ?
|
||||
fourcc "dvcp" ; PAL DV in .mov
|
||||
fourcc "dvc " ; NTSC DV in .mov
|
||||
fourcc AVdv ; AVID DV
|
||||
driver libdv
|
||||
dll libdv.so.2
|
||||
out YUY2
|
||||
|
|
Loading…
Reference in New Issue