OSDN Git Service

Fix AMR decoder am: d061b5b
[android-x86/frameworks-av.git] / media / libstagefright / codecs / amrnb / dec / SoftAMR.cpp
index 6fb59dd..0baf5fd 100644 (file)
@@ -294,7 +294,7 @@ static size_t getFrameSize(unsigned FT) {
     return frameSize;
 }
 
-void SoftAMR::onQueueFilled(OMX_U32 portIndex) {
+void SoftAMR::onQueueFilled(OMX_U32 /* portIndex */) {
     List<BufferInfo *> &inQueue = getPortQueue(0);
     List<BufferInfo *> &outQueue = getPortQueue(1);
 
@@ -489,7 +489,7 @@ void SoftAMR::onQueueFilled(OMX_U32 portIndex) {
     }
 }
 
-void SoftAMR::onPortFlushCompleted(OMX_U32 portIndex) {
+void SoftAMR::onPortFlushCompleted(OMX_U32 /* portIndex */) {
 }
 
 void SoftAMR::onPortEnableCompleted(OMX_U32 portIndex, bool enabled) {