[Mplayer-cvslog] CVS: main aviheader.c,1.21,1.22
Arpi of Ize
arpi at mplayer.dev.hu
Sun Aug 12 04:00:17 CEST 2001
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv22425
Modified Files:
aviheader.c
Log Message:
print BITMAPINFOHDR too
Index: aviheader.c
===================================================================
RCS file: /cvsroot/mplayer/main/aviheader.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- aviheader.c 11 Aug 2001 20:37:33 -0000 1.21
+++ aviheader.c 12 Aug 2001 02:00:14 -0000 1.22
@@ -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;
More information about the MPlayer-cvslog
mailing list