summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/include/MPEG4Extractor.h
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2010-11-16 15:26:30 -0800
committerAndreas Huber <andih@google.com>2010-11-16 15:26:30 -0800
commitba529e486dde15fe75ea1b48570f9d60a4cf3c48 (patch)
tree081f61aca5f4967c1ee3a741414b58ca4a39ffd3 /media/libstagefright/include/MPEG4Extractor.h
parent0a5ca668c6f7d45706e9aec4a1dfec0aacc6d233 (diff)
downloadframeworks_av-ba529e486dde15fe75ea1b48570f9d60a4cf3c48.zip
frameworks_av-ba529e486dde15fe75ea1b48570f9d60a4cf3c48.tar.gz
frameworks_av-ba529e486dde15fe75ea1b48570f9d60a4cf3c48.tar.bz2
Support post-decode video rotation.
Change-Id: I9ac90871269c5e132e98a9bf3ad8cae00f329f17
Diffstat (limited to 'media/libstagefright/include/MPEG4Extractor.h')
-rw-r--r--media/libstagefright/include/MPEG4Extractor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/media/libstagefright/include/MPEG4Extractor.h b/media/libstagefright/include/MPEG4Extractor.h
index 4e31059..bc2e4dc 100644
--- a/media/libstagefright/include/MPEG4Extractor.h
+++ b/media/libstagefright/include/MPEG4Extractor.h
@@ -88,6 +88,8 @@ private:
bool mIsDrm;
status_t parseDrmSINF(off_t *offset, off_t data_offset);
+ status_t parseTrackHeader(off_t data_offset, off_t data_size);
+
MPEG4Extractor(const MPEG4Extractor &);
MPEG4Extractor &operator=(const MPEG4Extractor &);
};