mirror of https://github.com/mpv-player/mpv
support for snow
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13076 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
0cd7b2f4df
commit
974201fafe
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue