Skip to content

Commit

Permalink
Adding Missing "// namespace"
Browse files Browse the repository at this point in the history
Change-Id: I7bdb5841a8b22c59d97f120f8d83bddcc77858cb
  • Loading branch information
vaage committed Aug 27, 2018
1 parent 40a3b42 commit e071710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packager/media/formats/webvtt/webvtt_file_buffer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace media {
namespace {
const char* kHeader = "WEBVTT\n";
const int kTsTimescale = 90000;
}
} // namespace

WebVttFileBuffer::WebVttFileBuffer(
uint32_t transport_stream_timestamp_offset_ms,
Expand Down

0 comments on commit e071710

Please sign in to comment.