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

Commit 9b6f95fe authored by Yushin Cho's avatar Yushin Cho Committed by Automerger Merge Worker
Browse files

Merge "codec2: Fix comment about B_FRAME." am: 1f63950e am: f5bc7690

Original change: https://android-review.googlesource.com/c/platform/frameworks/av/+/1894878

Change-Id: Idd64c044db6a008c14a8741586ce0334d8d09228
parents 91d6da62 f5bc7690
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1673,7 +1673,7 @@ C2ENUM(C2Config::picture_type_t, uint32_t,
    SYNC_FRAME = (1 << 0),  ///< sync frame, e.g. IDR
    I_FRAME    = (1 << 1),  ///< intra frame that is completely encoded
    P_FRAME    = (1 << 2),  ///< inter predicted frame from previous frames
    B_FRAME    = (1 << 3),  ///< backward predicted (out-of-order) frame
    B_FRAME    = (1 << 3),  ///< bidirectional predicted (out-of-order) frame
)

/**