summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2009-08-18 11:27:32 -0700
committerAndreas Huber <andih@google.com>2009-08-18 11:27:32 -0700
commit09daada236c0b4970db44c807d7c29965666c36b (patch)
tree1d57b2974f51ec07ffe975a075aebe79cc67f1eb /include
parentd2d6014f715f12f6263f61ba3eeb6f8cba6d0fa6 (diff)
downloadframeworks_base-09daada236c0b4970db44c807d7c29965666c36b.zip
frameworks_base-09daada236c0b4970db44c807d7c29965666c36b.tar.gz
frameworks_base-09daada236c0b4970db44c807d7c29965666c36b.tar.bz2
Refactored "stagefright" commandline app, split off JPEGSource.
Diffstat (limited to 'include')
-rw-r--r--include/media/stagefright/MediaBufferGroup.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/stagefright/MediaBufferGroup.h b/include/media/stagefright/MediaBufferGroup.h
index e95a9c2..0488292 100644
--- a/include/media/stagefright/MediaBufferGroup.h
+++ b/include/media/stagefright/MediaBufferGroup.h
@@ -18,6 +18,7 @@
#define MEDIA_BUFFER_GROUP_H_
+#include <media/stagefright/MediaBuffer.h>
#include <utils/Errors.h>
#include <utils/threads.h>