Mercurial > mplayer.hg
changeset 13075:2af30a65a772
support for snow
author | alex |
---|---|
date | Sat, 21 Aug 2004 19:46:24 +0000 |
parents | dfd8b3c22c5b |
children | 2e15bacb1897 |
files | libmpcodecs/vd_ffmpeg.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/vd_ffmpeg.c Sat Aug 21 19:31:00 2004 +0000 +++ b/libmpcodecs/vd_ffmpeg.c Sat Aug 21 19:46:24 2004 +0000 @@ -309,7 +309,8 @@ 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);