You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	avcodec/sipr: Remove write-only AVCodecContext*
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
		| @@ -532,7 +532,6 @@ static int sipr_decode_frame(AVCodecContext *avctx, AVFrame *frame, | ||||
|     int subframe_size = ctx->mode == MODE_16k ? L_SUBFR_16k : SUBFR_SIZE; | ||||
|     int i, ret; | ||||
|  | ||||
|     ctx->avctx = avctx; | ||||
|     if (avpkt->size < (mode_par->bits_per_frame >> 3)) { | ||||
|         av_log(avctx, AV_LOG_ERROR, | ||||
|                "Error processing packet: packet size (%d) too small\n", | ||||
|   | ||||
| @@ -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; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user