print BITMAPINFOHDR too

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1493 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2001-08-12 02:00:14 +00:00
parent d65abe9bf9
commit 7775b350f2
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ while(1){
if(verbose>=1) printf("found 'bih', %d bytes of %d\n",chunksize,sizeof(BITMAPINFOHEADER));
stream_read(demuxer->stream,(char*) sh_video->bih,chunksize);
le2me_BITMAPINFOHEADER(sh_video->bih); // swap to machine endian
if(verbose>=1) print_video_header(sh_video->bih);
chunksize=0;
// sh_video->fps=(float)sh_video->video.dwRate/(float)sh_video->video.dwScale;
// sh_video->frametime=(float)sh_video->video.dwScale/(float)sh_video->video.dwRate;