mirror of
https://github.com/mpv-player/mpv
synced 2025-03-03 12:47:49 +00:00
typo at divx fourcc's.. tsk-tsk, arpi.. :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@313 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
0de4744ea2
commit
568259a19c
@ -22,7 +22,7 @@ videocodec divxds
|
||||
fourcc MP43,mp43 div3 ; fourcc mapping to div3
|
||||
fourcc DIV5,div5 div3
|
||||
fourcc DIV6,div6 div4
|
||||
fourcc DIV3,div3,DIV4,div3
|
||||
fourcc DIV3,div3,DIV4,div4
|
||||
driver dshow
|
||||
dll "divx_c32.ax"
|
||||
guid 0x82CCd3E0, 0xF71A, 0x11D0, 0x9f, 0xe5, 0x00, 0x60, 0x97, 0x78, 0xaa, 0xaa
|
||||
@ -35,7 +35,7 @@ videocodec divx
|
||||
fourcc MP43,mp43 div3 ; fourcc mapping to div3
|
||||
fourcc DIV5,div5 div3
|
||||
fourcc DIV6,div6 div4
|
||||
fourcc DIV3,div3,DIV4,div3
|
||||
fourcc DIV3,div3,DIV4,div4
|
||||
driver vfw
|
||||
dll "divxc32.dll"
|
||||
out YUY2 yuvhack
|
||||
@ -82,7 +82,7 @@ videocodec cvid
|
||||
out BGR24,BGR15
|
||||
|
||||
videocodec cram
|
||||
info "CRAM"
|
||||
info "Microsoft Video 1"
|
||||
fourcc cram,CRAM
|
||||
driver vfw
|
||||
dll "msvidc32.dll"
|
||||
|
Loading…
Reference in New Issue
Block a user