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

Commit ec12d75d authored by Dave Burke's avatar Dave Burke Committed by Android Git Automerger
Browse files

am 2295ce2c: Increase bitrate now that other issues have been resolved.

* commit '2295ce2c':
  Increase bitrate now that other issues have been resolved.
parents ab76ae4a cc37e71d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -143,7 +143,7 @@ status_t Converter::initEncoder() {
    mOutputFormat->setString("mime", outputMIME.c_str());

    int32_t audioBitrate = getBitrate("media.wfd.audio-bitrate", 128000);
    int32_t videoBitrate = getBitrate("media.wfd.video-bitrate", 2500000);
    int32_t videoBitrate = getBitrate("media.wfd.video-bitrate", 5000000);

    ALOGI("using audio bitrate of %d bps, video bitrate of %d bps",
          audioBitrate, videoBitrate);