Index: media/mp4/box_definitions.h |
diff --git a/media/mp4/box_definitions.h b/media/mp4/box_definitions.h |
index eab8c4f41058faa799d694449f7f21e557cee1b2..d2af86dcc5129feaee71c3f0127bc5e4b4e5e4d1 100644 |
--- a/media/mp4/box_definitions.h |
+++ b/media/mp4/box_definitions.h |
@@ -183,6 +183,8 @@ struct MEDIA_EXPORT VideoSampleEntry : Box { |
// Currently expected to be present regardless of format. |
AVCDecoderConfigurationRecord avcc; |
+ |
+ bool IsFormatValid() const; |
}; |
struct MEDIA_EXPORT ElementaryStreamDescriptor : Box { |