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

Unified Diff: media/formats/mp2t/ts_section_psi.cc

Issue 1517473002: Support HLS MPEG2 TS with SAMPLE-AES encryption. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@encryption_scheme
Patch Set: move some gn defs Created 4 years, 9 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
Index: media/formats/mp2t/ts_section_psi.cc
diff --git a/media/formats/mp2t/ts_section_psi.cc b/media/formats/mp2t/ts_section_psi.cc
index b8c959961e5fe903d89e860d2ef0a4ae1f0903f5..adf9855a363adb385da0b389a1fb8f05e9dd091f 100644
--- a/media/formats/mp2t/ts_section_psi.cc
+++ b/media/formats/mp2t/ts_section_psi.cc
@@ -5,7 +5,6 @@
#include "media/formats/mp2t/ts_section_psi.h"
#include <algorithm>
-
#include "base/logging.h"
ddorwin 2016/04/12 00:40:48 The empty line seems consistent with other files.
dougsteed 2016/05/08 23:18:45 Done.
#include "media/base/bit_reader.h"
#include "media/formats/mp2t/mp2t_common.h"

Powered by Google App Engine
This is Rietveld 408576698