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 f360c3cf15..d0f555313f 100644
--- a/libavcodec/h264.h
+++ b/libavcodec/h264.h
@@ -990,7 +990,7 @@ static void fill_decode_caches(H264Context *h, int mb_type){
}
}
- if((IS_DIRECT(mb_type) && !h->direct_spatial_mv_pred) && !FRAME_MBAFF)
+ if((IS_DIRECT(mb_type) && !h->direct_spatial_mv_pred))
continue;
if(USES_LIST(topleft_type, list)){