Commit 3fba16ec authored by Anton Khirnov's avatar Anton Khirnov

h264: factor starting a new field out of parsing the slice header

parent bec99338
......@@ -361,6 +361,7 @@ typedef struct H264SliceContext {
int mb_skip_run;
int is_complex;
int picture_structure;
int mb_field_decoding_flag;
int mb_mbaff; ///< mb_aff_frame && mb_field_decoding_flag
......
This diff is collapsed.
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