Chromium Code Reviews

Unified Diff: media/base/demuxer_stream.h

Issue 23702007: Render inband text tracks in the media pipeline (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: fix compile errors 11/21 #6 Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « media/base/demuxer_perftest.cc ('k') | media/base/fake_text_track_stream.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/demuxer_stream.h
diff --git a/media/base/demuxer_stream.h b/media/base/demuxer_stream.h
index bb4534475ed14099c92a2cfec0ffb75e2f18584a..4e07c66d8fe51ca939c21ead65e895320d4943f6 100644
--- a/media/base/demuxer_stream.h
+++ b/media/base/demuxer_stream.h
@@ -21,6 +21,7 @@ class MEDIA_EXPORT DemuxerStream {
UNKNOWN,
AUDIO,
VIDEO,
+ TEXT,
NUM_TYPES, // Always keep this entry as the last one!
};
« no previous file with comments | « media/base/demuxer_perftest.cc ('k') | media/base/fake_text_track_stream.h » ('j') | no next file with comments »

Powered by Google App Engine