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

Commit 21135217 authored by Songyue Han's avatar Songyue Han
Browse files

Removing the INFO_OUTPUT_BUFFERS_CHANGED from MediaCodecConstants.h.

This one conflicts with the one in MediaErrors.h(sharing the same name
with different values). Removing this unused one.

Test: manual
Change-Id: I33896a224ec887de4eae8f1192b1499dd8150475
parent 243f8f4d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -882,7 +882,6 @@ inline constexpr int32_t CONFIGURE_FLAG_USE_BLOCK_MODEL = 2;
inline constexpr int32_t CRYPTO_MODE_AES_CBC     = 2;
inline constexpr int32_t CRYPTO_MODE_AES_CTR     = 1;
inline constexpr int32_t CRYPTO_MODE_UNENCRYPTED = 0;
inline constexpr int32_t INFO_OUTPUT_BUFFERS_CHANGED = -3;
inline constexpr int32_t INFO_OUTPUT_FORMAT_CHANGED  = -2;
inline constexpr int32_t INFO_TRY_AGAIN_LATER        = -1;
inline constexpr int32_t VIDEO_SCALING_MODE_SCALE_TO_FIT               = 1;