# HG changeset patch # User alex # Date 1070961308 0 # Node ID a7c9ad2e4c458ddae264d08bfd5aed243d2347d4 # Parent 466651cd6e2a26d9ab3e2784e7a8434f2181277b 1000l to me diff -r 466651cd6e2a -r a7c9ad2e4c45 libmpdemux/demux_real.c --- 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); }