comparison mplayer.c @ 856:258884190f83

ehh...
author arpi_esp
date Thu, 24 May 2001 01:30:51 +0000
parents 044cfdebe60c
children 1b905517c684
comparison
equal deleted inserted replaced
855:044cfdebe60c 856:258884190f83
1788 if(in_size>max_framesize) max_framesize=in_size; 1788 if(in_size>max_framesize) max_framesize=in_size;
1789 1789
1790 if(in_size){ 1790 if(in_size){
1791 sh_video->bih->biSizeImage = in_size; 1791 sh_video->bih->biSizeImage = in_size;
1792 1792
1793 sh_video->bih->biWidth = 1280; 1793 // sh_video->bih->biWidth = 1280;
1794 sh_video->o_bih.biWidth = 1280; 1794 // sh_video->o_bih.biWidth = 1280;
1795 // ret = ICDecompress(avi_header.hic, ICDECOMPRESS_NOTKEYFRAME|(ICDECOMPRESS_HURRYUP|ICDECOMPRESS_PREROL), 1795 // ret = ICDecompress(avi_header.hic, ICDECOMPRESS_NOTKEYFRAME|(ICDECOMPRESS_HURRYUP|ICDECOMPRESS_PREROL),
1796 ret = ICDecompress(sh_video->hic, ICDECOMPRESS_NOTKEYFRAME | 1796 ret = ICDecompress(sh_video->hic, ICDECOMPRESS_NOTKEYFRAME |
1797 ( (drop_frame==2)?(ICDECOMPRESS_HURRYUP|ICDECOMPRESS_PREROL):0 ) , 1797 ( (drop_frame==2)?(ICDECOMPRESS_HURRYUP|ICDECOMPRESS_PREROL):0 ) ,
1798 sh_video->bih, start, 1798 sh_video->bih, start,
1799 &sh_video->o_bih, 1799 &sh_video->o_bih,