summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavcodec/h264.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h
index 2ae5e072d1..dcfa731d95 100644
--- a/libavcodec/h264.h
+++ b/libavcodec/h264.h
@@ -1132,7 +1132,7 @@ static void fill_decode_caches(H264Context *h, int mb_type){
if(!IS_INTERLACED(mb_type) && h->ref_cache[list][idx] >= 0){\
h->ref_cache[list][idx] <<= 1;\
h->mv_cache[list][idx][1] /= 2;\
- h->mvd_cache[list][idx][1] /= 2;\
+ h->mvd_cache[list][idx][1] >>=1;\
}
MAP_MVS
#undef MAP_F2F