# HG changeset patch # User michael # Date 1267582848 0 # Node ID a184cfcdae54b405a3509f494d62f14abe4a0ea8 # Parent e0428148bcf7653b62a656da917441cac6817c76 Another 3 useless zeroing instructions. diff -r e0428148bcf7 -r a184cfcdae54 h264.h --- 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){