Mercurial > mplayer.hg
changeset 11606:a7c9ad2e4c45
1000l to me
author | alex |
---|---|
date | Tue, 09 Dec 2003 09:15:08 +0000 |
parents | 466651cd6e2a |
children | 1eeb4d55b0f2 |
files | libmpdemux/demux_real.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/demux_real.c Tue Dec 09 08:35:55 2003 +0000 +++ b/libmpdemux/demux_real.c Tue Dec 09 09:15:08 2003 +0000 @@ -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); }