Adding Missing "// namespace"
Change-Id: I7bdb5841a8b22c59d97f120f8d83bddcc77858cb
This commit is contained in:
parent
40a3b42980
commit
e071710fa9
|
@ -15,7 +15,7 @@ namespace media {
|
||||||
namespace {
|
namespace {
|
||||||
const char* kHeader = "WEBVTT\n";
|
const char* kHeader = "WEBVTT\n";
|
||||||
const int kTsTimescale = 90000;
|
const int kTsTimescale = 90000;
|
||||||
}
|
} // namespace
|
||||||
|
|
||||||
WebVttFileBuffer::WebVttFileBuffer(
|
WebVttFileBuffer::WebVttFileBuffer(
|
||||||
uint32_t transport_stream_timestamp_offset_ms,
|
uint32_t transport_stream_timestamp_offset_ms,
|
||||||
|
|
Loading…
Reference in New Issue