Commit 99b37f53 authored by Clément Bœsch's avatar Clément Bœsch

Merge commit '3fba16ec'

* commit '3fba16ec':
  h264: factor starting a new field out of parsing the slice header
Merged-by: 's avatarClément Bœsch <clement@stupeflix.com>
parents 2a8dadb3 3fba16ec
......@@ -375,6 +375,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