From 0c69164f451cc9ca6ce9d6e7568083e2776bc845 Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Tue, 28 Apr 2015 10:38:29 +0100 Subject: h263: Convert function to macro --- libavcodec/h263dec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/h263dec.c') diff --git a/libavcodec/h263dec.c b/libavcodec/h263dec.c index a04db5cd8f..f6f91f3167 100644 --- a/libavcodec/h263dec.c +++ b/libavcodec/h263dec.c @@ -524,7 +524,7 @@ int ff_h263_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, if (s->codec_id == AV_CODEC_ID_H263 || s->codec_id == AV_CODEC_ID_H263P || s->codec_id == AV_CODEC_ID_H263I) - s->gob_index = ff_h263_get_gob_height(s); + s->gob_index = H263_GOB_HEIGHT(s->height); // for skipping the frame s->current_picture.f->pict_type = s->pict_type; -- cgit v1.2.3