summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/include/MP3Extractor.h
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2011-05-19 08:37:39 -0700
committerAndreas Huber <andih@google.com>2011-05-25 15:57:07 -0700
commit386d609dc513e838c7e7c4c46c604493ccd560be (patch)
treed7352f19380578d525ad4a667e51a66ed84e2d58 /media/libstagefright/include/MP3Extractor.h
parentade8c2d682d4f8c9424dece53e39400c237d22bf (diff)
downloadframeworks_av-386d609dc513e838c7e7c4c46c604493ccd560be.zip
frameworks_av-386d609dc513e838c7e7c4c46c604493ccd560be.tar.gz
frameworks_av-386d609dc513e838c7e7c4c46c604493ccd560be.tar.bz2
Support mpeg1,2 audio and mpeg1,2,4 video content extraction from .ts streams.
Change-Id: I9d2ee63495f161e30daba7c3aab16cb9d8ced6a5
Diffstat (limited to 'media/libstagefright/include/MP3Extractor.h')
-rw-r--r--media/libstagefright/include/MP3Extractor.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/media/libstagefright/include/MP3Extractor.h b/media/libstagefright/include/MP3Extractor.h
index cf1146b..c83d9e8 100644
--- a/media/libstagefright/include/MP3Extractor.h
+++ b/media/libstagefright/include/MP3Extractor.h
@@ -39,11 +39,6 @@ public:
virtual sp<MetaData> getMetaData();
- static bool get_mp3_frame_size(
- uint32_t header, size_t *frame_size,
- int *out_sampling_rate = NULL, int *out_channels = NULL,
- int *out_bitrate = NULL, int *out_num_samples = NULL);
-
private:
status_t mInitCheck;