mirror of
https://github.com/mpv-player/mpv
synced 2025-03-06 06:08:23 +00:00
Prefer libavcodec for cvid files
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12615 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d16ace11a2
commit
968de38bea
@ -238,6 +238,14 @@ videocodec cram
|
|||||||
dll "msvidc32.dll"
|
dll "msvidc32.dll"
|
||||||
out BGR24,BGR15,BGR8 static,query
|
out BGR24,BGR15,BGR8 static,query
|
||||||
|
|
||||||
|
videocodec ffcvid
|
||||||
|
info "Cinepak Video (native codec)"
|
||||||
|
status working
|
||||||
|
fourcc cvid,CVID
|
||||||
|
driver ffmpeg
|
||||||
|
dll "cinepak"
|
||||||
|
out YV12
|
||||||
|
|
||||||
videocodec cvidvfw
|
videocodec cvidvfw
|
||||||
info "Cinepak Video"
|
info "Cinepak Video"
|
||||||
status working
|
status working
|
||||||
@ -279,14 +287,6 @@ videocodec cvid
|
|||||||
out YUY2
|
out YUY2
|
||||||
out BGR32,BGR24
|
out BGR32,BGR24
|
||||||
|
|
||||||
videocodec ffcvid
|
|
||||||
info "Cinepak Video (native codec)"
|
|
||||||
status working
|
|
||||||
fourcc cvid,CVID
|
|
||||||
driver ffmpeg
|
|
||||||
dll "cinepak"
|
|
||||||
out YV12
|
|
||||||
|
|
||||||
videocodec ffmszh
|
videocodec ffmszh
|
||||||
info "AVImszh (native codec)"
|
info "AVImszh (native codec)"
|
||||||
status working
|
status working
|
||||||
|
Loading…
Reference in New Issue
Block a user