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

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

am ee93c8c0: Tune iframe interval to 1sec. Bug: 7241844

* commit 'ee93c8c0':
  Tune iframe interval to 1sec. Bug: 7241844
parents e92306a0 ee93c8c0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -125,7 +125,7 @@ status_t Converter::initEncoder() {
    } else {
        mOutputFormat->setInt32("bitrate", videoBitrate);
        mOutputFormat->setInt32("frame-rate", 24);
        mOutputFormat->setInt32("i-frame-interval", 2);  // Iframes every 2 secs
        mOutputFormat->setInt32("i-frame-interval", 1);  // Iframes every 1 secs
    }

    ALOGV("output format is '%s'", mOutputFormat->debugString(0).c_str());