Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-11-09 13:14:46 +0400
committerAnton Khirnov <anton@khirnov.net>2013-11-16 15:45:29 +0400
commit6139f481ac9feb1bee4e7d04789fb15d7f24ebbf (patch)
tree58966af8bcfd119c1d17993a087bc71070dabf3c /libavcodec/asv.c
parent13e9cc9ce0646ba8e31d837b5e6372ec80fa7a73 (diff)
asvenc: use the AVFrame API properly.
Diffstat (limited to 'libavcodec/asv.c')
-rw-r--r--libavcodec/asv.c1
1 files changed, 0 insertions, 1 deletions
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;
}