[xiph-commits] r8995 - trunk/theora-tools/theoraplay

giles at motherfish-iii.xiph.org giles at motherfish-iii.xiph.org
Sun Feb 27 09:35:01 PST 2005


Author: giles
Date: 2005-02-27 09:35:00 -0800 (Sun, 27 Feb 2005)
New Revision: 8995

Modified:
   trunk/theora-tools/theoraplay/theoraplay.c
Log:
Report pixel aspect ratio.


Modified: trunk/theora-tools/theoraplay/theoraplay.c
===================================================================
--- trunk/theora-tools/theoraplay/theoraplay.c	2005-02-27 17:34:09 UTC (rev 8994)
+++ trunk/theora-tools/theoraplay/theoraplay.c	2005-02-27 17:35:00 UTC (rev 8995)
@@ -140,6 +140,10 @@
 				serialno, 
 				this->ti.frame_width, this->ti.frame_height,
 				(float)this->ti.fps_numerator/(float)this->ti.fps_denominator);
+			fprintf(stderr, "0x%08x Theora Video: pixel aspect %d:%d\n",
+				serialno, 
+				this->ti.aspect_numerator,
+				this->ti.aspect_denominator);
 
 		}
 	} else {



More information about the commits mailing list