| Index: media/filters/h264_parser.h
|
| diff --git a/media/filters/h264_parser.h b/media/filters/h264_parser.h
|
| index 7f6eb3fff2769442fa813d28e6a23ccdee923541..f336032f50324549e9f659dc9689f72c1581c99a 100644
|
| --- a/media/filters/h264_parser.h
|
| +++ b/media/filters/h264_parser.h
|
| @@ -89,6 +89,8 @@ struct MEDIA_EXPORT H264SPS {
|
| int frame_crop_bottom_offset;
|
| bool vui_parameters_present_flag;
|
| int chroma_array_type;
|
| + int sar_width; // Set to 0 when not specified.
|
| + int sar_height; // Set to 0 when not specified.
|
| };
|
|
|
| struct MEDIA_EXPORT H264PPS {
|
|
|