diff options
Diffstat (limited to 'streaminfo.h')
-rw-r--r-- | streaminfo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/streaminfo.h b/streaminfo.h index dc712be..1ccdcb5 100644 --- a/streaminfo.h +++ b/streaminfo.h @@ -32,9 +32,11 @@ private: struct H264 { + bool primary_pic_typeI; bool separate_colour_plane_flag; bool frame_mbs_only_flag; int log2_max_frame_num; + int frame_num; } H264; int nalUnescape(uint8_t *dst, const uint8_t *src, int len); |