summaryrefslogtreecommitdiff
path: root/libavcodec/svq3.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-02-15 17:29:16 +0100
committerAnton Khirnov <anton@khirnov.net>2013-03-08 07:41:14 +0100
commitddcca4ba074aa537c3059c76d69eb4ad6316bfe9 (patch)
tree8a96716475d71ea776e039751260f90aec67c2a9 /libavcodec/svq3.c
parente7bbfc4242ae8b818ae41be752b9d288ff2801f0 (diff)
lavc: stop setting AVFrame.motion_subsample_log2
It is not used inside lavc anywhere and now it makes no sense to export it.
Diffstat (limited to 'libavcodec/svq3.c')
-rw-r--r--libavcodec/svq3.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/svq3.c b/libavcodec/svq3.c
index f9d8d46d01..1ea99d15a6 100644
--- a/libavcodec/svq3.c
+++ b/libavcodec/svq3.c
@@ -1058,7 +1058,6 @@ static int get_buffer(AVCodecContext *avctx, Picture *pic)
pic->ref_index[i] = pic->ref_index_buf[i]->data;
}
}
- pic->f.motion_subsample_log2 = 2;
pic->reference = !(h->pict_type == AV_PICTURE_TYPE_B);
ret = ff_get_buffer(avctx, &pic->f,