diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2023-09-28 21:24:14 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2023-10-01 01:02:53 +0200 |
commit | 7d1401ed02040f6b4ecc429c3b21c96ec86890e9 (patch) | |
tree | 7ed202b1b9bbcb4450b5b185a8d5233f520f6bfa /libavcodec/sipr.h | |
parent | b2f5899ec2062f209b9a4d4277910678c6d55f79 (diff) | |
download | ffmpeg-7d1401ed02040f6b4ecc429c3b21c96ec86890e9.tar.gz |
avcodec/sipr: Remove write-only AVCodecContext*
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/sipr.h')
-rw-r--r-- | libavcodec/sipr.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/sipr.h b/libavcodec/sipr.h index e1ef35d658..e7073987ed 100644 --- a/libavcodec/sipr.h +++ b/libavcodec/sipr.h @@ -24,7 +24,6 @@ #ifndef AVCODEC_SIPR_H #define AVCODEC_SIPR_H -#include "avcodec.h" #include "acelp_pitch_delay.h" #include "libavutil/mem_internal.h" @@ -63,8 +62,6 @@ typedef struct SiprParameters { } SiprParameters; typedef struct SiprContext { - AVCodecContext *avctx; - SiprMode mode; float past_pitch_gain; |