git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
lavc: stop setting AVFrame.motion_subsample_log2
[ffmpeg.git]
/
libavcodec
/
svq3.c
diff --git
a/libavcodec/svq3.c
b/libavcodec/svq3.c
index
f9d8d46
..
1ea99d1
100644
(file)
--- 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,