[Mplayer-cvslog] CVS: main/libmpdemux demux_real.c,1.50,1.51
Alex Beregszaszi
alex at mplayerhq.hu
Tue Dec 9 10:15:33 CET 2003
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var/tmp.root/cvs-serv24752
Modified Files:
demux_real.c
Log Message:
1000l to me
Index: demux_real.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/demux_real.c,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- demux_real.c 8 Dec 2003 22:03:49 -0000 1.50
+++ demux_real.c 9 Dec 2003 09:15:08 -0000 1.51
@@ -1364,7 +1364,7 @@
if(demuxer->video->sh){
sh_video_t *sh=demuxer->video->sh;
mp_msg(MSGT_DEMUX,MSGL_INFO,"VIDEO: %.4s [%08X,%08X] %dx%d (aspect %4.2f) %4.2f fps\n",
- (char *)&(le2me_32(sh->format)),((unsigned int*)(sh->bih+1))[1],((unsigned int*)(sh->bih+1))[0],
+ &sh->format,((unsigned int*)(sh->bih+1))[1],((unsigned int*)(sh->bih+1))[0],
sh->disp_w,sh->disp_h,sh->aspect,sh->fps);
}
More information about the MPlayer-cvslog
mailing list