support for snow

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13076 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2004-08-21 19:46:24 +00:00
parent 0cd7b2f4df
commit 974201fafe
1 changed files with 2 additions and 1 deletions

View File

@ -309,7 +309,8 @@ static int init(sh_video_t *sh){
sh->format == mmioFOURCC('M','S','Z','H') ||
sh->format == mmioFOURCC('Z','L','I','B') ||
sh->format == mmioFOURCC('M','P','4','V') ||
sh->format == mmioFOURCC('F','L','I','C')
sh->format == mmioFOURCC('F','L','I','C') ||
sh->format == mmioFOURCC('S','N','O','W')
))
{
avctx->extradata_size = sh->bih->biSize-sizeof(BITMAPINFOHEADER);