Mercurial > mplayer.hg
changeset 1492:2c004737cb68
print BITMAPINFOHDR too
author | arpi |
---|---|
date | Sun, 12 Aug 2001 02:00:14 +0000 |
parents | 41e82ba06d1b |
children | ba230d9b252a |
files | aviheader.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/aviheader.c Sun Aug 12 01:59:22 2001 +0000 +++ b/aviheader.c Sun Aug 12 02:00:14 2001 +0000 @@ -96,6 +96,7 @@ 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;