diff libmpdemux/mpeg_hdr.h @ 16184:04dd5945fab8

100l to whoever wrote this crap using 1/10000 units. it caused framerates to get trashed from 30000/1001 to 2997/100, etc.!
author rfelker
date Sat, 06 Aug 2005 16:15:07 +0000
parents d49091f2206c
children a1375e440e92
line wrap: on
line diff
--- a/libmpdemux/mpeg_hdr.h	Sat Aug 06 15:43:54 2005 +0000
+++ b/libmpdemux/mpeg_hdr.h	Sat Aug 06 16:15:07 2005 +0000
@@ -6,7 +6,7 @@
     int display_picture_height;
     int aspect_ratio_information;
     int frame_rate_code;
-    int fps; // fps*10000
+    float fps;
     int bitrate; // 0x3FFFF==VBR
     // timing:
     int picture_structure;