mirror of
				https://github.com/nyanmisaka/ffmpeg-rockchip.git
				synced 2025-10-31 20:42:49 +08:00 
			
		
		
		
	Do not overwrite the sample format with AV_SAMPLE_FMT_NONE in libspeex_decode_init().
Fixes a regression since ef48ac65 when decoding speex in f4v, reported
by irc user massdos.
			
			
This commit is contained in:
		| @@ -43,7 +43,6 @@ static av_cold int libspeex_decode_init(AVCodecContext *avctx) | |||||||
|     SpeexHeader *header = NULL; |     SpeexHeader *header = NULL; | ||||||
|     int spx_mode; |     int spx_mode; | ||||||
|  |  | ||||||
|     avctx->sample_fmt = AV_SAMPLE_FMT_NONE; |  | ||||||
|     if (avctx->extradata && avctx->extradata_size >= 80) { |     if (avctx->extradata && avctx->extradata_size >= 80) { | ||||||
|         header = speex_packet_to_header(avctx->extradata, |         header = speex_packet_to_header(avctx->extradata, | ||||||
|                                         avctx->extradata_size); |                                         avctx->extradata_size); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Carl Eugen Hoyos
					Carl Eugen Hoyos