summaryrefslogtreecommitdiff
path: root/libavcodec/internal.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2022-07-19 08:27:48 -0300
committerJames Almer <jamrial@gmail.com>2022-07-22 09:19:11 -0300
commit5114ce1e2a4c71ddf4971ad3cf9bd43ae16571c3 (patch)
tree8f750638b50e1b2ad4e5e2f21fada7d67fe0f56d /libavcodec/internal.h
parent130d19bf2044ac76372d1b97ab87ab283c8b37f8 (diff)
avcodec/aacdec: remove skip samples multiplier
The amount of padding samples reported by containers take into account the extended samplerate in HE-AAC. Fixes ticket #9671. Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/internal.h')
-rw-r--r--libavcodec/internal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/internal.h b/libavcodec/internal.h
index 17e1de8127..6fb4e1b9af 100644
--- a/libavcodec/internal.h
+++ b/libavcodec/internal.h
@@ -133,8 +133,6 @@ typedef struct AVCodecInternal {
int showed_multi_packet_warning;
- int skip_samples_multiplier;
-
/* to prevent infinite loop on errors when draining */
int nb_draining_errors;