[MPlayer-cvslog] r19408 - trunk/libmpcodecs/vd.c
ivo
subversion at mplayerhq.hu
Tue Aug 15 21:51:58 CEST 2006
Author: ivo
Date: Tue Aug 15 21:51:57 2006
New Revision: 19408
Modified:
trunk/libmpcodecs/vd.c
Log:
display corrected aspect ratio for mplayer -identify
Modified: trunk/libmpcodecs/vd.c
==============================================================================
--- trunk/libmpcodecs/vd.c (original)
+++ trunk/libmpcodecs/vd.c Tue Aug 15 21:51:57 2006
@@ -280,6 +280,7 @@
if(sh->aspect>0.01){
int w;
mp_msg(MSGT_CPLAYER,MSGL_INFO,MSGTR_MovieAspectIsSet,sh->aspect);
+ mp_msg(MSGT_IDENTIFY, MSGL_INFO, "ID_VIDEO_ASPECT=%1.4f\n", sh->aspect);
w=(int)((float)screen_size_y*sh->aspect); w+=w%2; // round
// we don't like horizontal downscale || user forced width:
if(w<screen_size_x || screen_size_xy>8){
More information about the MPlayer-cvslog
mailing list