From d94632d563a1543ccfaad794d330088cc9a24d51 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 9 Dec 2003 09:15:08 +0000 Subject: 1000l to me git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11607 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/demux_real.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmpdemux/demux_real.c') diff --git a/libmpdemux/demux_real.c b/libmpdemux/demux_real.c index 61728eeaab..de7b8dd853 100644 --- a/libmpdemux/demux_real.c +++ b/libmpdemux/demux_real.c @@ -1364,7 +1364,7 @@ header_end: 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); } -- cgit v1.2.3