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

Commit c3876b66 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 am: b40a3829

am: 6d73bc86

Change-Id: Ia8602f0eb3ab04e8d681020d6854e5570bd5eaa7
parents 2503f1a7 6d73bc86
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line 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->setString("mime", MEDIA_MIMETYPE_AUDIO_AAC);
                    notify->setInt32("channel-count", params.nChannels);
                    notify->setInt32("channel-count", params.nChannels);
                    notify->setInt32("sample-rate", params.nSampleRate);
                    notify->setInt32("sample-rate", params.nSampleRate);
                    notify->setInt32("bitrate", params.nBitRate);
                    break;
                    break;
                }
                }