Mercurial > libavcodec.hg
diff h264.h @ 11298:b79f22337b6f libavcodec
Move init of right side of ref_cache from fill_caches() to init_the_darn_decoder().
author | michael |
---|---|
date | Fri, 26 Feb 2010 03:27:52 +0000 |
parents | b5836ef8e74e |
children | 1f512abdf680 |
line wrap: on
line diff
--- a/h264.h Fri Feb 26 02:54:03 2010 +0000 +++ b/h264.h Fri Feb 26 03:27:52 2010 +0000 @@ -1037,9 +1037,6 @@ continue; if(!(mb_type&(MB_TYPE_SKIP|MB_TYPE_DIRECT2))) { - h->ref_cache[list][scan8[5 ]+1] = - h->ref_cache[list][scan8[7 ]+1] = - h->ref_cache[list][scan8[13]+1] = //FIXME remove past 3 (init somewhere else) h->ref_cache[list][scan8[4 ]] = h->ref_cache[list][scan8[12]] = PART_NOT_AVAILABLE; AV_ZERO32(h->mv_cache [list][scan8[4 ]]);