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

Commit 8c3c0e8c authored by Wonsik Kim's avatar Wonsik Kim Committed by android-build-merger
Browse files

Merge "media: fix documentation for...

Merge "media: fix documentation for MediaFormat.KEY_PREPEND_HEADERS_TO_SYNC_FRAMES" into qt-dev am: f04a40a6
am: d80730f5

Change-Id: Id2d827bf43d5c5f98fbc5a9c1b86394998325fb9
parents 8ca4b295 d80730f5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -416,8 +416,8 @@ public final class MediaFormat {
    /**
     * An optional key describing whether encoders prepend headers to sync frames (e.g.
     * SPS and PPS to IDR frames for H.264). This is an optional parameter that applies only
     * to video encoders. A video encoder may not support this feature; check the output
     * format to verify that this feature was enabled.
     * to video encoders. A video encoder may not support this feature; the component will fail
     * to configure in that case. For other components, this key is ignored.
     *
     * The value is an integer, with 1 indicating to prepend headers to every sync frames,
     * or 0 otherwise. The default value is 0.