summaryrefslogtreecommitdiff
path: root/libavcodec/opus_celt.h
diff options
context:
space:
mode:
authorRostislav Pehlivanov <atomnuker@gmail.com>2017-04-08 00:53:31 +0100
committerRostislav Pehlivanov <atomnuker@gmail.com>2017-04-08 00:54:56 +0100
commitd0a3143193ff3284f3dfbcc173bb94c9b91077d0 (patch)
treedcb203887c5b7c7eef9bd633fdaad8a52da2457a /libavcodec/opus_celt.h
parentc39fba703bf35da0b4b894b2b33978c205507341 (diff)
downloadffmpeg-d0a3143193ff3284f3dfbcc173bb94c9b91077d0.tar.gz
opusenc: switch between intra/inter mode for coarse energy
Saves around 5kbps. Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
Diffstat (limited to 'libavcodec/opus_celt.h')
-rw-r--r--libavcodec/opus_celt.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/opus_celt.h b/libavcodec/opus_celt.h
index 1ed57f3651..f0d55d600b 100644
--- a/libavcodec/opus_celt.h
+++ b/libavcodec/opus_celt.h
@@ -100,7 +100,6 @@ struct CeltFrame {
int end_band;
int coded_bands;
int transient;
- int intra;
int pfilter;
int skip_band_floor;
int tf_select;