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

Unified Diff: media/filters/h264_parser.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: tidying up prior to review Created 5 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
Index: media/filters/h264_parser.h
diff --git a/media/filters/h264_parser.h b/media/filters/h264_parser.h
index 389fe0d163cf63a11c474952f5638c800cecef2b..86d945838713099a761ec9323faeec0028acc6d4 100644
--- a/media/filters/h264_parser.h
+++ b/media/filters/h264_parser.h
@@ -53,6 +53,7 @@ struct MEDIA_EXPORT H264NALU {
// After (without) start code; we don't own the underlying memory
// and a shallow copy should be made when copying this struct.
const uint8* data;
+ int64 offset;
ddorwin 2015/12/10 20:10:58 Is this needed/used?
dougsteed 2015/12/14 22:51:46 Looks like not. Holdover.
off_t size; // From after start code to start code of next NALU (or EOS).
int nal_ref_idc;

Powered by Google App Engine
This is Rietveld 408576698