Commit 9d2b7e0e authored by Laurent Aimar's avatar Laurent Aimar

Removed unused i_matrix_coefficients picture_t field.

parent 816d3cc4
......@@ -81,7 +81,6 @@ struct picture_t
int i_status; /**< picture flags */
int i_type; /**< is picture a direct buffer ? */
bool b_slow; /**< is picture in slow memory ? */
int i_matrix_coefficients; /**< in YUV type, encoding type */
/**@}*/
/** \name Picture management properties
......
......@@ -178,8 +178,6 @@ picture_t *vout_CreatePicture( vout_thread_t *p_vout,
p_freepic->i_nb_fields = i_nb_fields;
p_freepic->b_top_field_first = b_top_field_first;
p_freepic->i_matrix_coefficients = 1;
p_vout->i_heap_size++;
}
else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment