summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs/avc
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2010-10-01 10:51:41 -0700
committerAndreas Huber <andih@google.com>2010-10-01 10:51:41 -0700
commitb72c7e36a2d9f51ff8a5023dc1de0986ee47e279 (patch)
treeecca918c1e3b61ff9e348309f055bbefbb2ef5cb /media/libstagefright/codecs/avc
parent0a69f597604254bc37721b135ab612eaacdd0cbd (diff)
downloadframeworks_base-b72c7e36a2d9f51ff8a5023dc1de0986ee47e279.zip
frameworks_base-b72c7e36a2d9f51ff8a5023dc1de0986ee47e279.tar.gz
frameworks_base-b72c7e36a2d9f51ff8a5023dc1de0986ee47e279.tar.bz2
Squashed commit of the following:
commit 46744c7697f29aec71aed8de3c95ce035c284d97 Author: Andreas Huber <andih@google.com> Date: Thu Sep 30 16:44:57 2010 -0700 better separation of access units Change-Id: I5a9e2138aed341f0bcf22cfe368a15ca5ea5a73c commit d34952ac0feb1ae722ff65824d7353335502219b Author: Andreas Huber <andih@google.com> Date: Thu Sep 30 15:35:01 2010 -0700 Support for ES packets that do not start on PES packet boundaries. Change-Id: I2cf012833948eddfb20b16a1901206cf22ce71e4 related-to-bug: 2368598 Change-Id: Ib9329bd6bb7149b5a6e2483788a96b1b158952fc
Diffstat (limited to 'media/libstagefright/codecs/avc')
-rw-r--r--media/libstagefright/codecs/avc/dec/AVCDecoder.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/media/libstagefright/codecs/avc/dec/AVCDecoder.cpp b/media/libstagefright/codecs/avc/dec/AVCDecoder.cpp
index 3c0b736..868c514 100644
--- a/media/libstagefright/codecs/avc/dec/AVCDecoder.cpp
+++ b/media/libstagefright/codecs/avc/dec/AVCDecoder.cpp
@@ -31,6 +31,7 @@
#include <media/stagefright/MediaErrors.h>
#include <media/stagefright/MetaData.h>
#include <media/stagefright/Utils.h>
+#include <media/stagefright/foundation/hexdump.h>
namespace android {