[FFmpeg-cvslog] h264_cabac: fix one fill_rectangle() indentation level

Michael Niedermayer git at videolan.org
Tue Nov 11 23:19:13 CET 2014


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Mon Nov 10 08:43:08 2014 +0100| [4cb9f1a77432de6f368df69bebbc082368a88c86] | committer: Vittorio Giovara

h264_cabac: fix one fill_rectangle() indentation level

Bug-Id: CID 1087088

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4cb9f1a77432de6f368df69bebbc082368a88c86
---

 libavcodec/h264_cabac.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/h264_cabac.c b/libavcodec/h264_cabac.c
index a55a8f3..5a7cdf0 100644
--- a/libavcodec/h264_cabac.c
+++ b/libavcodec/h264_cabac.c
@@ -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++){



More information about the ffmpeg-cvslog mailing list