[FFmpeg-cvslog] avcodec/hevc_filter: Fix indention

Michael Niedermayer git at videolan.org
Mon Feb 2 20:05:52 CET 2015


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Mon Feb  2 19:56:44 2015 +0100| [d525b45fde177fc3ee143c5ae557dc66546000b2] | committer: Michael Niedermayer

avcodec/hevc_filter: Fix indention

Found-by: Timothy Gu <timothygu99 at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

 libavcodec/hevc_filter.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavcodec/hevc_filter.c b/libavcodec/hevc_filter.c
index 6f11041..90bf1fe 100644
--- a/libavcodec/hevc_filter.c
+++ b/libavcodec/hevc_filter.c
@@ -480,8 +480,8 @@ static void deblocking_filter_CTB(HEVCContext *s, int x0, int y0)
                     }
                 }
 
-            if(!y)
-                 continue;
+                if(!y)
+                    continue;
 
                 // horizontal filtering chroma
                 tc_offset = x0 ? left_tc_offset : cur_tc_offset;



More information about the ffmpeg-cvslog mailing list