changeset 10774:3a6ed2ad244d

FFASV2
author michael
date Mon, 01 Sep 2003 08:29:54 +0000
parents 012eeac10e16
children a2029c40a65c
files etc/codecs.conf libmpcodecs/vd_ffmpeg.c
diffstat 2 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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')
          ))
     {