From abdcb4918c14611b5771e1c3c256052041442267 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Thu, 22 Mar 2012 22:00:58 +0100 Subject: Fix libgsm.c compilation after typo in 67b8c8. --- libavcodec/libgsm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec') diff --git a/libavcodec/libgsm.c b/libavcodec/libgsm.c index eafcbec4a8..cbb284b9b0 100644 --- a/libavcodec/libgsm.c +++ b/libavcodec/libgsm.c @@ -100,7 +100,7 @@ static int libgsm_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, gsm_signal *samples = (gsm_signal *)frame->data[0]; struct gsm_state *state = avctx->priv_data; - if ((ret = ff_alloc_packet2(avctx, vpkt, avctx->block_align))) { + if ((ret = ff_alloc_packet2(avctx, avpkt, avctx->block_align))) { return ret; } -- cgit v1.2.3