OSDN Git Service

h264_cabac: fix one fill_rectangle() indentation level
authorMichael Niedermayer <michaelni@gmx.at>
Mon, 10 Nov 2014 07:43:08 +0000 (08:43 +0100)
committerVittorio Giovara <vittorio.giovara@gmail.com>
Tue, 11 Nov 2014 10:49:54 +0000 (11:49 +0100)
Bug-Id: CID 1087088

libavcodec/h264_cabac.c

index a55a8f3..5a7cdf0 100644 (file)
@@ -2189,7 +2189,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++){