[xiph-commits] r10551 - trunk/vorbis-tools/ogginfo
j at svn.xiph.org
j at svn.xiph.org
Tue Dec 6 07:24:05 PST 2005
Author: j
Date: 2005-12-06 07:24:03 -0800 (Tue, 06 Dec 2005)
New Revision: 10551
Modified:
trunk/vorbis-tools/ogginfo/ogginfo2.c
Log:
#10546 applies to frame aspect ratio too
Modified: trunk/vorbis-tools/ogginfo/ogginfo2.c
===================================================================
--- trunk/vorbis-tools/ogginfo/ogginfo2.c 2005-12-06 11:58:11 UTC (rev 10550)
+++ trunk/vorbis-tools/ogginfo/ogginfo2.c 2005-12-06 15:24:03 UTC (rev 10551)
@@ -360,7 +360,7 @@
else if(fabs(frameaspect - 16.0/9.0) < 0.02)
info(_("Frame aspect 16:9\n"));
else
- info(_("Frame aspect 1:%f\n"), frameaspect);
+ info(_("Frame aspect %f:1\n"), frameaspect);
}
if(inf->ti.colorspace == OC_CS_ITU_REC_470M)
More information about the commits
mailing list