diff --git a/libavcodec/h264_cabac.c b/libavcodec/h264_cabac.c index 786324c2f3cdd97c5afd8e6b74fb2f85c2a68c40..5b1a82766c17ffbf4af2300c10e68a9c8d76f2f4 100644 --- a/libavcodec/h264_cabac.c +++ b/libavcodec/h264_cabac.c @@ -2194,7 +2194,7 @@ decode_intra_mb: } }else ref=0; - fill_rectangle(&h->ref_cache[list][ scan8[0] ], 4, 4, 8, ref, 1); + fill_rectangle(&h->ref_cache[list][ scan8[0] ], 4, 4, 8, ref, 1); } } for(list=0; list<h->list_count; list++){