From 6139f481ac9feb1bee4e7d04789fb15d7f24ebbf Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sat, 9 Nov 2013 10:14:46 +0100 Subject: asvenc: use the AVFrame API properly. --- libavcodec/asv.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/asv.c') diff --git a/libavcodec/asv.c b/libavcodec/asv.c index f6788c9245..9e3a023cc5 100644 --- a/libavcodec/asv.c +++ b/libavcodec/asv.c @@ -89,6 +89,5 @@ av_cold void ff_asv_common_init(AVCodecContext *avctx) { a->mb_width2 = (avctx->width + 0) / 16; a->mb_height2 = (avctx->height + 0) / 16; - avctx->coded_frame= &a->picture; a->avctx= avctx; } -- cgit v1.2.3