Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b40a3829 authored by ken narita's avatar ken narita Committed by android-build-merger
Browse files

Merge "Add bitrate information to metadata for AAC."

am: 600fd56c

Change-Id: I2b7e49db7efa9cd5025e8692ebb49b2cc30c6273
parents 9d0e47f9 600fd56c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5124,6 +5124,7 @@ status_t ACodec::getPortFormat(OMX_U32 portIndex, sp<AMessage> &notify) {
                    notify->setString("mime", MEDIA_MIMETYPE_AUDIO_AAC);
                    notify->setInt32("channel-count", params.nChannels);
                    notify->setInt32("sample-rate", params.nSampleRate);
                    notify->setInt32("bitrate", params.nBitRate);
                    break;
                }