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

Commit 6d73bc86 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

Change-Id: I7c68f07808bd519f2ddd01476b4bf9b699b8388d
parents 1dd2f5bc b40a3829
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;
                }
                }