projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
h264: call ff_h264_fill_mbaff_ref_list() when constructing the normal ref list
[ffmpeg.git]
/
libavcodec
/
h264_slice.c
diff --git
a/libavcodec/h264_slice.c
b/libavcodec/h264_slice.c
index
aefb375
..
33f9f57
100644
(file)
--- a/
libavcodec/h264_slice.c
+++ b/
libavcodec/h264_slice.c
@@
-1379,8
+1379,6
@@
static int h264_slice_header_parse(H264Context *h, H264SliceContext *sl)
}
if (FRAME_MBAFF(h)) {
- ff_h264_fill_mbaff_ref_list(sl);
-
if (pps->weighted_bipred_idc == 2 && sl->slice_type_nos == AV_PICTURE_TYPE_B) {
implicit_weight_table(h, sl, 0);
implicit_weight_table(h, sl, 1);