summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/mpeg2ts/ESQueue.h
diff options
context:
space:
mode:
authorGloria Wang <gwang@google.com>2011-02-02 14:12:49 -0800
committerGloria Wang <gwang@google.com>2011-02-15 17:16:22 -0800
commit50c44c79d2d7dd6cd1485d9d939f67f80b8da1ca (patch)
tree61d66fea96dd44389fc80833c7d033b696c9b000 /media/libstagefright/mpeg2ts/ESQueue.h
parent727a6f859841a1d421b680f56d4d4ca5ff8c6e4b (diff)
downloadframeworks_av-50c44c79d2d7dd6cd1485d9d939f67f80b8da1ca.zip
frameworks_av-50c44c79d2d7dd6cd1485d9d939f67f80b8da1ca.tar.gz
frameworks_av-50c44c79d2d7dd6cd1485d9d939f67f80b8da1ca.tar.bz2
Add AAC extractor
Change-Id: Iedb08525ac72e65ba98e5c791734da0720a0e3f6
Diffstat (limited to 'media/libstagefright/mpeg2ts/ESQueue.h')
-rw-r--r--media/libstagefright/mpeg2ts/ESQueue.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/media/libstagefright/mpeg2ts/ESQueue.h b/media/libstagefright/mpeg2ts/ESQueue.h
index 5b7957e..d081995 100644
--- a/media/libstagefright/mpeg2ts/ESQueue.h
+++ b/media/libstagefright/mpeg2ts/ESQueue.h
@@ -61,10 +61,6 @@ private:
// returns its timestamp in us (or -1 if no time information).
int64_t fetchTimestamp(size_t size);
- static sp<MetaData> MakeAACCodecSpecificData(
- unsigned profile, unsigned sampling_freq_index,
- unsigned channel_configuration);
-
DISALLOW_EVIL_CONSTRUCTORS(ElementaryStreamQueue);
};