aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/asv.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-11-17 00:11:33 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-01-07 03:30:57 +0100
commit572ccbd299f0aeb3c7f9661752bd111497f08166 (patch)
tree4c1704739bdfcbf9b1a43035840b2a1d65790d3a /libavcodec/asv.c
parentdcf0f82d08e88ea952aa97c16e4e774ce6c2ceb8 (diff)
downloadandroid_external_ffmpeg-572ccbd299f0aeb3c7f9661752bd111497f08166.tar.gz
android_external_ffmpeg-572ccbd299f0aeb3c7f9661752bd111497f08166.tar.bz2
android_external_ffmpeg-572ccbd299f0aeb3c7f9661752bd111497f08166.zip
Merge commit '6139f481ac9feb1bee4e7d04789fb15d7f24ebbf'
* commit '6139f481ac9feb1bee4e7d04789fb15d7f24ebbf': asvenc: use the AVFrame API properly. a64multienc: use the AVFrame API properly. Conflicts: libavcodec/vaapi_mpeg.c Merged-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit cc4a6435638fa2a471fef048a3e68eaf7e6e306c) Author of the merged code: Anton Khirnov Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 21f179bb77..58d2a895a6 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;
}