Mercurial > libavcodec.hg
changeset 11335:a184cfcdae54 libavcodec
Another 3 useless zeroing instructions.
author | michael |
---|---|
date | Wed, 03 Mar 2010 02:20:48 +0000 |
parents | e0428148bcf7 |
children | ad4ac2a6373f |
files | h264.h |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/h264.h Wed Mar 03 01:38:27 2010 +0000 +++ b/h264.h Wed Mar 03 02:20:48 2010 +0000 @@ -1077,9 +1077,6 @@ AV_ZERO16(h->mvd_cache [list][scan8[0] - 1 + 2*8]); AV_ZERO16(h->mvd_cache [list][scan8[0] - 1 + 3*8]); } - AV_ZERO16(h->mvd_cache [list][scan8[5 ]+1]); - AV_ZERO16(h->mvd_cache [list][scan8[7 ]+1]); - AV_ZERO16(h->mvd_cache [list][scan8[13]+1]); //FIXME remove past 3 (init somewhere else) AV_ZERO16(h->mvd_cache [list][scan8[4 ]]); AV_ZERO16(h->mvd_cache [list][scan8[12]]); if(h->slice_type_nos == FF_B_TYPE){