git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge commit 'ddcca4ba074aa537c3059c76d69eb4ad6316bfe9'
[ffmpeg.git]
/
libavcodec
/
h264.c
diff --git
a/libavcodec/h264.c
b/libavcodec/h264.c
index
9dd4ceb
..
aa63316
100644
(file)
--- a/
libavcodec/h264.c
+++ b/
libavcodec/h264.c
@@
-385,7
+385,6
@@
static int alloc_picture(H264Context *h, Picture *pic)
pic->motion_val[i] = (int16_t (*)[2])pic->motion_val_buf[i]->data + 4;
pic->ref_index[i] = pic->ref_index_buf[i]->data;
}
- pic->f.motion_subsample_log2 = 2;
return 0;
fail: