git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77a1e2c
)
h264: drop an outdated comment
author
Anton Khirnov
<anton@khirnov.net>
Thu, 14 Apr 2016 18:59:20 +0000
(20:59 +0200)
committer
Anton Khirnov
<anton@khirnov.net>
Sun, 12 Jun 2016 18:27:52 +0000
(20:27 +0200)
libavcodec/h264_refs.c
patch
|
blob
|
history
diff --git
a/libavcodec/h264_refs.c
b/libavcodec/h264_refs.c
index
427930c
..
a925b44
100644
(file)
--- a/
libavcodec/h264_refs.c
+++ b/
libavcodec/h264_refs.c
@@
-355,7
+355,7
@@
int ff_h264_decode_ref_pic_list_reordering(const H264Context *h, H264SliceContex
void ff_h264_fill_mbaff_ref_list(H264SliceContext *sl)
{
int list, i, j;
- for (list = 0; list < sl->list_count; list++) {
//FIXME try list_count
+ for (list = 0; list < sl->list_count; list++) {
for (i = 0; i < sl->ref_count[list]; i++) {
H264Ref *frame = &sl->ref_list[list][i];
H264Ref *field = &sl->ref_list[list][16 + 2 * i];