mirror of https://github.com/mpv-player/mpv
print BITMAPINFOHDR too
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1493 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d65abe9bf9
commit
7775b350f2
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue