summaryrefslogtreecommitdiff
path: root/libavcodec/opusenc.h
diff options
context:
space:
mode:
authorLynne <dev@lynne.ee>2020-05-25 14:41:33 +0100
committerLynne <dev@lynne.ee>2020-05-26 10:52:12 +0100
commit2502e13b073370edd62451808ed286f2d7d7a196 (patch)
treeeddc662ca386257b483c868e10214a9f6222f018 /libavcodec/opusenc.h
parentc0344cbfb0a11bf76860a660c3662cf469449e24 (diff)
downloadffmpeg-2502e13b073370edd62451808ed286f2d7d7a196.tar.gz
opusenc: add apply_phase_inv option
By popular request. Does the same as in libopusenc.
Diffstat (limited to 'libavcodec/opusenc.h')
-rw-r--r--libavcodec/opusenc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/opusenc.h b/libavcodec/opusenc.h
index b9162ebec6..b623b3e948 100644
--- a/libavcodec/opusenc.h
+++ b/libavcodec/opusenc.h
@@ -42,6 +42,7 @@
typedef struct OpusEncOptions {
float max_delay_ms;
+ int apply_phase_inv;
} OpusEncOptions;
typedef struct OpusPacketInfo {