Mercurial > libavcodec.hg
changeset 2519:b34f2cac6a71 libavcodec
10l in implicit_weight_table
author | lorenm |
---|---|
date | Thu, 24 Feb 2005 09:27:46 +0000 |
parents | 2c794e3903a2 |
children | 047f7bad4cbb |
files | h264.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/h264.c Wed Feb 23 17:24:17 2005 +0000 +++ b/h264.c Thu Feb 24 09:27:46 2005 +0000 @@ -3152,7 +3152,7 @@ for(ref0=0; ref0 < h->ref_count[0]; ref0++){ int poc0 = h->ref_list[0][ref0].poc; for(ref1=0; ref1 < h->ref_count[1]; ref1++){ - int poc1 = h->ref_list[0][ref1].poc; + int poc1 = h->ref_list[1][ref1].poc; int td = clip(poc1 - poc0, -128, 127); if(td){ int tb = clip(cur_poc - poc0, -128, 127);