]> git.sesse.net Git - vlc/blobdiff - include/vpar_headers.h
* vlc.init becomes ~/.vlcrc
[vlc] / include / vpar_headers.h
index 6b27a1f1af8cd268f608c1c9ee5fef76516923cd..72ed0e6301c10948e2c578d6d090f35ec7f0b3b2 100644 (file)
@@ -58,7 +58,7 @@ typedef struct sequence_s
                                             /* the same, in macroblock units */
     unsigned int        i_aspect_ratio;        /* height/width display ratio */
     unsigned int        i_matrix_coefficients;/* coeffs of the YUV transform */
-    float               r_frame_rate;       /* theoritical frame rate in fps */
+    int                 i_frame_rate;  /* theoritical frame rate in fps*1001 */
     boolean_t           b_mpeg2;                                    /* guess */
     boolean_t           b_progressive;              /* progressive (ie.
                                                      * non-interlaced) frame */