| Index: media/filters/h264_parser.h
|
| diff --git a/media/filters/h264_parser.h b/media/filters/h264_parser.h
|
| index 389fe0d163cf63a11c474952f5638c800cecef2b..86d945838713099a761ec9323faeec0028acc6d4 100644
|
| --- a/media/filters/h264_parser.h
|
| +++ b/media/filters/h264_parser.h
|
| @@ -53,6 +53,7 @@ struct MEDIA_EXPORT H264NALU {
|
| // After (without) start code; we don't own the underlying memory
|
| // and a shallow copy should be made when copying this struct.
|
| const uint8* data;
|
| + int64 offset;
|
| off_t size; // From after start code to start code of next NALU (or EOS).
|
|
|
| int nal_ref_idc;
|
|
|