| Index: webrtc/common_video/h264/pps_parser.h
|
| diff --git a/webrtc/common_video/h264/pps_parser.h b/webrtc/common_video/h264/pps_parser.h
|
| index 6c896fe8ea22b325297f30099936a4e8b88f354c..d49654e0853f88bbd3f6af4494e1011a1a5f2b4e 100644
|
| --- a/webrtc/common_video/h264/pps_parser.h
|
| +++ b/webrtc/common_video/h264/pps_parser.h
|
| @@ -30,6 +30,7 @@ class PpsParser {
|
|
|
| bool bottom_field_pic_order_in_frame_present_flag = false;
|
| bool weighted_pred_flag = false;
|
| + bool entropy_coding_mode_flag = false;
|
| uint32_t weighted_bipred_idc = false;
|
| uint32_t redundant_pic_cnt_present_flag = 0;
|
| int pic_init_qp_minus26 = 0;
|
|
|