mirror of
https://github.com/mpv-player/mpv
synced 2025-01-31 04:02:06 +00:00
FFASV2
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10775 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
0c079bc2df
commit
c97aba0899
@ -304,6 +304,14 @@ videocodec ffasv1
|
||||
dll asv1
|
||||
out YV12,I420,IYUV
|
||||
|
||||
videocodec ffasv2
|
||||
info "FFmpeg ASUS V2"
|
||||
status working
|
||||
fourcc ASV2
|
||||
driver ffmpeg
|
||||
dll asv2
|
||||
out YV12,I420,IYUV
|
||||
|
||||
videocodec ffvcr1
|
||||
info "FFmpeg ATI VCR1"
|
||||
status working
|
||||
|
@ -268,6 +268,7 @@ static int init(sh_video_t *sh){
|
||||
sh->format == mmioFOURCC('H','F','Y','U') ||
|
||||
sh->format == mmioFOURCC('W','M','V','2') ||
|
||||
sh->format == mmioFOURCC('A','S','V','1') ||
|
||||
sh->format == mmioFOURCC('A','S','V','2') ||
|
||||
sh->format == mmioFOURCC('V','S','S','H')
|
||||
))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user