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

Unified Diff: media/formats/mpeg/adts_constants.h

Issue 1517473002: Support HLS MPEG2 TS with SAMPLE-AES encryption. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@encryption_scheme
Patch Set: rebase Created 4 years 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 | « media/formats/mp2t/ts_section_pmt.cc ('k') | media/media_options.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/formats/mpeg/adts_constants.h
diff --git a/media/formats/mpeg/adts_constants.h b/media/formats/mpeg/adts_constants.h
index aa8ea2015c8c6bfb23b82cf6c1fd6188c4fc9708..1156f1ea508c3cec709a86200b806357359b2d5b 100644
--- a/media/formats/mpeg/adts_constants.h
+++ b/media/formats/mpeg/adts_constants.h
@@ -14,6 +14,8 @@ namespace media {
enum {
kADTSHeaderMinSize = 7,
+ kADTSHeaderSizeNoCrc = 7,
+ kADTSHeaderSizeWithCrc = 9,
kSamplesPerAACFrame = 1024,
};
« no previous file with comments | « media/formats/mp2t/ts_section_pmt.cc ('k') | media/media_options.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698