summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/binding/include/mp4_demuxer/Index.h
diff options
context:
space:
mode:
authorMoonchild <mcwerewolf@gmail.com>2018-07-27 15:12:09 +0200
committerGitHub <noreply@github.com>2018-07-27 15:12:09 +0200
commit09eda489bc52ff2c292a66e0fcddf63195c0eda6 (patch)
tree11b003cda285b4df565480c47d8a2a1a3fead5ab /media/libstagefright/binding/include/mp4_demuxer/Index.h
parent1afcbb90ee170827feb492dc08b54f874a499904 (diff)
parentb7143013045c9a37e33de59b6646301af17427c4 (diff)
downloadUXP-09eda489bc52ff2c292a66e0fcddf63195c0eda6.tar
UXP-09eda489bc52ff2c292a66e0fcddf63195c0eda6.tar.gz
UXP-09eda489bc52ff2c292a66e0fcddf63195c0eda6.tar.lz
UXP-09eda489bc52ff2c292a66e0fcddf63195c0eda6.tar.xz
UXP-09eda489bc52ff2c292a66e0fcddf63195c0eda6.zip
Merge pull request #678 from trav90/media-work
[EME] Add support for sbgp and sgpd boxes
Diffstat (limited to 'media/libstagefright/binding/include/mp4_demuxer/Index.h')
-rw-r--r--media/libstagefright/binding/include/mp4_demuxer/Index.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/media/libstagefright/binding/include/mp4_demuxer/Index.h b/media/libstagefright/binding/include/mp4_demuxer/Index.h
index d566c9459..ca254f73d 100644
--- a/media/libstagefright/binding/include/mp4_demuxer/Index.h
+++ b/media/libstagefright/binding/include/mp4_demuxer/Index.h
@@ -32,6 +32,9 @@ public:
Microseconds GetNextKeyframeTime();
private:
Sample* Get();
+
+ CencSampleEncryptionInfoEntry* GetSampleEncryptionEntry();
+
void Next();
RefPtr<Index> mIndex;
friend class Index;