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); }