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

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

am e815552c: Disable silence suppression (causes issues with dongles).

* commit 'e815552c':
  Disable silence suppression (causes issues with dongles).
parents 36186390 40017a30
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ namespace android {
struct ABuffer;
struct MediaCodec;

#define ENABLE_SILENCE_DETECTION        1
#define ENABLE_SILENCE_DETECTION        0

// Utility class that receives media access units and converts them into
// media access unit of a different format.
@@ -120,4 +120,3 @@ private:
}  // namespace android

#endif  // CONVERTER_H_