summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs/mp3dec
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2011-05-26 08:52:55 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-05-26 08:52:55 -0700
commit8d91237333c60c4a6839358109265e8847df23f3 (patch)
tree85f6a3b1c12b1b5785d8889923e72e10f9b71746 /media/libstagefright/codecs/mp3dec
parentecc0840163093942f3418aa4b27e9279c187b173 (diff)
parent386d609dc513e838c7e7c4c46c604493ccd560be (diff)
downloadframeworks_av-8d91237333c60c4a6839358109265e8847df23f3.zip
frameworks_av-8d91237333c60c4a6839358109265e8847df23f3.tar.gz
frameworks_av-8d91237333c60c4a6839358109265e8847df23f3.tar.bz2
Merge "Support mpeg1,2 audio and mpeg1,2,4 video content extraction from .ts streams."
Diffstat (limited to 'media/libstagefright/codecs/mp3dec')
-rw-r--r--media/libstagefright/codecs/mp3dec/SoftMP3.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/media/libstagefright/codecs/mp3dec/SoftMP3.cpp b/media/libstagefright/codecs/mp3dec/SoftMP3.cpp
index f6770b0..066c88e 100644
--- a/media/libstagefright/codecs/mp3dec/SoftMP3.cpp
+++ b/media/libstagefright/codecs/mp3dec/SoftMP3.cpp
@@ -223,6 +223,7 @@ void SoftMP3::onQueueFilled(OMX_U32 portIndex) {
if (decoderErr != NO_ENOUGH_MAIN_DATA_ERROR ||
mConfig->outputFrameSize == 0) {
+ LOGE("mp3 decoder returned error %d", decoderErr);
if (mConfig->outputFrameSize == 0) {
LOGE("Output frame size is 0");