summaryrefslogtreecommitdiff
path: root/libavcodec/opusenc.h
diff options
context:
space:
mode:
authorRostislav Pehlivanov <atomnuker@gmail.com>2017-12-30 17:02:54 +0000
committerRostislav Pehlivanov <atomnuker@gmail.com>2017-12-30 17:05:23 +0000
commit51027d0b8b2835d4c70c9cb7b2ab5e28d5e3f22f (patch)
tree602207df544f63dac1fb907c6ddc59bf4ed06b79 /libavcodec/opusenc.h
parent0c78b6a416c661afed745d44495b5194f714fb96 (diff)
downloadffmpeg-51027d0b8b2835d4c70c9cb7b2ab5e28d5e3f22f.tar.gz
opus: merge encoder and decoder bitallocation functions into one
There's no difference apart from which entropy coding functions get called. Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
Diffstat (limited to 'libavcodec/opusenc.h')
-rw-r--r--libavcodec/opusenc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/opusenc.h b/libavcodec/opusenc.h
index 56e4af67e3..b9162ebec6 100644
--- a/libavcodec/opusenc.h
+++ b/libavcodec/opusenc.h
@@ -51,6 +51,4 @@ typedef struct OpusPacketInfo {
int frames;
} OpusPacketInfo;
-void ff_celt_enc_bitalloc(CeltFrame *f, OpusRangeCoder *rc);
-
#endif /* AVCODEC_OPUSENC_H */