[FFmpeg-cvslog] r22162 - trunk/libavcodec/h264.h
michael
subversion
Wed Mar 3 03:20:49 CET 2010
Author: michael
Date: Wed Mar 3 03:20:48 2010
New Revision: 22162
Log:
Another 3 useless zeroing instructions.
Modified:
trunk/libavcodec/h264.h
Modified: trunk/libavcodec/h264.h
==============================================================================
--- trunk/libavcodec/h264.h Wed Mar 3 02:38:27 2010 (r22161)
+++ trunk/libavcodec/h264.h Wed Mar 3 03:20:48 2010 (r22162)
@@ -1077,9 +1077,6 @@ static void fill_decode_caches(H264Conte
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){
More information about the ffmpeg-cvslog
mailing list