| Index: media/formats/mp2t/es_parser_h264.h
|
| diff --git a/media/formats/mp2t/es_parser_h264.h b/media/formats/mp2t/es_parser_h264.h
|
| index 82499f5ec530ecb86812426fb8206894f0391e62..df09c88689f17b050c9ae3adaa1e68bab951afb0 100644
|
| --- a/media/formats/mp2t/es_parser_h264.h
|
| +++ b/media/formats/mp2t/es_parser_h264.h
|
| @@ -32,7 +32,7 @@ namespace mp2t {
|
| // Mpeg2 TS spec: "2.14 Carriage of Rec. ITU-T H.264 | ISO/IEC 14496-10 video"
|
| // "Each AVC access unit shall contain an access unit delimiter NAL Unit;"
|
| //
|
| -class MEDIA_EXPORT EsParserH264 : NON_EXPORTED_BASE(public EsParser) {
|
| +class MEDIA_EXPORT EsParserH264 : public EsParser {
|
| public:
|
| typedef base::Callback<void(const VideoDecoderConfig&)> NewVideoConfigCB;
|
|
|
|
|