git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@857 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi_esp 2001-05-24 01:30:51 +00:00
parent 835ad4809c
commit eb02476546
1 changed files with 2 additions and 2 deletions

View File

@ -1790,8 +1790,8 @@ switch(sh_video->codec->driver){
if(in_size){
sh_video->bih->biSizeImage = in_size;
sh_video->bih->biWidth = 1280;
sh_video->o_bih.biWidth = 1280;
// sh_video->bih->biWidth = 1280;
// sh_video->o_bih.biWidth = 1280;
// ret = ICDecompress(avi_header.hic, ICDECOMPRESS_NOTKEYFRAME|(ICDECOMPRESS_HURRYUP|ICDECOMPRESS_PREROL),
ret = ICDecompress(sh_video->hic, ICDECOMPRESS_NOTKEYFRAME |
( (drop_frame==2)?(ICDECOMPRESS_HURRYUP|ICDECOMPRESS_PREROL):0 ) ,