Mercurial > mplayer.hg
diff libmpcodecs/vd_ffmpeg.c @ 10131:4385101cc89c
FFASV1
author | michael |
---|---|
date | Mon, 19 May 2003 13:40:50 +0000 |
parents | 2002da982194 |
children | a339c588ddcd |
line wrap: on
line diff
--- a/libmpcodecs/vd_ffmpeg.c Mon May 19 06:54:52 2003 +0000 +++ b/libmpcodecs/vd_ffmpeg.c Mon May 19 13:40:50 2003 +0000 @@ -244,7 +244,9 @@ (sh->format == mmioFOURCC('M','4','S','2') || sh->format == mmioFOURCC('M','P','4','S') || sh->format == mmioFOURCC('H','F','Y','U') || - sh->format == mmioFOURCC('W','M','V','2') + sh->format == mmioFOURCC('W','M','V','2') || + sh->format == mmioFOURCC('A','S','V','1') || + sh->format == mmioFOURCC('V','S','S','H') )) { avctx->extradata_size = sh->bih->biSize-sizeof(BITMAPINFOHEADER);