# HG changeset patch # User michael # Date 1062404994 0 # Node ID 3a6ed2ad244de40686fc1518bdec27936bd59ca4 # Parent 012eeac10e165c31d5aa204107c297dead8ad0bb FFASV2 diff -r 012eeac10e16 -r 3a6ed2ad244d etc/codecs.conf --- a/etc/codecs.conf Mon Sep 01 02:54:06 2003 +0000 +++ b/etc/codecs.conf Mon Sep 01 08:29:54 2003 +0000 @@ -304,6 +304,14 @@ 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 diff -r 012eeac10e16 -r 3a6ed2ad244d libmpcodecs/vd_ffmpeg.c --- a/libmpcodecs/vd_ffmpeg.c Mon Sep 01 02:54:06 2003 +0000 +++ b/libmpcodecs/vd_ffmpeg.c Mon Sep 01 08:29:54 2003 +0000 @@ -268,6 +268,7 @@ 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') )) {