Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(480)

Unified Diff: media/formats/mp2t/es_parser_adts.h

Issue 399433003: Mpeg2 TS - Fail when no valid timestamp in the ADTS parser. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | media/formats/mp2t/es_parser_adts.cc » ('j') | media/formats/mp2t/es_parser_adts_unittest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/formats/mp2t/es_parser_adts.h
diff --git a/media/formats/mp2t/es_parser_adts.h b/media/formats/mp2t/es_parser_adts.h
index 03c90110e76704135b293f435c199b3e0300b912..14e24382fc622a2faab8671364ac6301a6dbec6c 100644
--- a/media/formats/mp2t/es_parser_adts.h
+++ b/media/formats/mp2t/es_parser_adts.h
@@ -13,6 +13,7 @@
#include "base/memory/scoped_ptr.h"
#include "base/time/time.h"
#include "media/base/audio_decoder_config.h"
+#include "media/base/media_export.h"
#include "media/formats/mp2t/es_parser.h"
namespace media {
@@ -25,7 +26,7 @@ class StreamParserBuffer;
namespace media {
namespace mp2t {
-class EsParserAdts : public EsParser {
+class MEDIA_EXPORT EsParserAdts : public EsParser {
wolenetz 2014/07/16 20:35:30 nit: seems to me it would be good to add similar M
public:
typedef base::Callback<void(const AudioDecoderConfig&)> NewAudioConfigCB;
« no previous file with comments | « no previous file | media/formats/mp2t/es_parser_adts.cc » ('j') | media/formats/mp2t/es_parser_adts_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698