1
mirror of https://github.com/mpv-player/mpv synced 2024-10-06 14:54:02 +02:00
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10775 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
michael 2003-09-01 08:29:54 +00:00
parent 0c079bc2df
commit c97aba0899
2 changed files with 9 additions and 0 deletions

View File

@ -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

View File

@ -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')
))
{