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

Commit ee93c8c0 authored by Dave Burke's avatar Dave Burke
Browse files

Tune iframe interval to 1sec.

Bug: 7241844

Change-Id: Iae0d73ecc680f6fa69d82ee2e8fac18ebece7782
parent 72ff5903
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());