summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/mpeg2ts/ESQueue.h
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2010-10-08 12:06:27 -0700
committerAndreas Huber <andih@google.com>2010-10-08 12:06:27 -0700
commitc68a48c474f609df3eeb7d9738675d6ac8835e0a (patch)
tree4513bc3b15dc583bbca45db9c67f4d0aba8b1172 /media/libstagefright/mpeg2ts/ESQueue.h
parent6f3cba53efdd985ab13734c7ad90eb373ae9b9f7 (diff)
downloadframeworks_av-c68a48c474f609df3eeb7d9738675d6ac8835e0a.zip
frameworks_av-c68a48c474f609df3eeb7d9738675d6ac8835e0a.tar.gz
frameworks_av-c68a48c474f609df3eeb7d9738675d6ac8835e0a.tar.bz2
Refactor some more h.264 utility code out into avc_utils. Work around a hardware decoder issue by making sure the first access unit submitted to a decoder at startup or after seek is an IDR.
Change-Id: I61936601e55df7e4c23a8c13087579a4f85bd6e6
Diffstat (limited to 'media/libstagefright/mpeg2ts/ESQueue.h')
-rw-r--r--media/libstagefright/mpeg2ts/ESQueue.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/media/libstagefright/mpeg2ts/ESQueue.h b/media/libstagefright/mpeg2ts/ESQueue.h
index 246c390..9eaf834 100644
--- a/media/libstagefright/mpeg2ts/ESQueue.h
+++ b/media/libstagefright/mpeg2ts/ESQueue.h
@@ -56,9 +56,6 @@ private:
unsigned profile, unsigned sampling_freq_index,
unsigned channel_configuration);
- static sp<MetaData> MakeAVCCodecSpecificData(
- const sp<ABuffer> &accessUnit);
-
DISALLOW_EVIL_CONSTRUCTORS(ElementaryStreamQueue);
};