mirror of
https://github.com/mpv-player/mpv
synced 2025-01-18 21:31:13 +00:00
1000l to me
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11607 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c1004f2288
commit
d94632d563
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user