]> git.sesse.net Git - vlc/blobdiff - include/vlc_picture.h
Fix padding for picture_t and subpicture_t.
[vlc] / include / vlc_picture.h
index a97048f2c67bc634de5d697b870558ae46be03a0..b61e4133f2ab8a688412b3ef51090ba9fb32a95c 100644 (file)
@@ -106,8 +106,8 @@ struct picture_t
      * @{
      */
     bool            b_progressive;          /**< is it a progressive frame ? */
-    unsigned int    i_nb_fields;                  /**< # of displayed fields */
     bool            b_top_field_first;             /**< which field is first */
+    unsigned int    i_nb_fields;                  /**< # of displayed fields */
     int8_t         *p_q;                           /**< quantification table */
     int             i_qstride;                    /**< quantification stride */
     int             i_qtype;                       /**< quantification style */