From 0efa4073bf0da33c227d32a1ae178a47b9b8966a Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Mon, 27 Feb 2012 11:02:33 -0500 Subject: alsdec: do not set AVCodecContext.frame_size It is not necessary --- libavcodec/alsdec.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/alsdec.c') diff --git a/libavcodec/alsdec.c b/libavcodec/alsdec.c index bdc0be1934..1b916e4ff2 100644 --- a/libavcodec/alsdec.c +++ b/libavcodec/alsdec.c @@ -1691,7 +1691,6 @@ static av_cold int decode_init(AVCodecContext *avctx) ctx->reverted_channels = NULL; } - avctx->frame_size = sconf->frame_length; channel_size = sconf->frame_length + sconf->max_order; ctx->prev_raw_samples = av_malloc (sizeof(*ctx->prev_raw_samples) * sconf->max_order); -- cgit v1.2.3