[FFmpeg-cvslog] lavc/ccaption_dec: clean up whitespace

Aman Gupta git at videolan.org
Thu Jan 14 23:13:57 CET 2016


ffmpeg | branch: master | Aman Gupta <aman at tmm1.net> | Thu Jan 14 13:55:07 2016 -0800| [9027806e3cf6b8d2693f74c57abfd88c8c2a9008] | committer: Clément Bœsch

lavc/ccaption_dec: clean up whitespace

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

 libavcodec/ccaption_dec.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/libavcodec/ccaption_dec.c b/libavcodec/ccaption_dec.c
index ca08d48..3e33580 100644
--- a/libavcodec/ccaption_dec.c
+++ b/libavcodec/ccaption_dec.c
@@ -297,7 +297,6 @@ static void roll_up(CCaptionSubContext *ctx)
     for (i = 0; i < ctx->cursor_row - keep_lines; i++)
         UNSET_FLAG(screen->row_used, i);
 
-
     for (i = 0; i < keep_lines && screen->row_used; i++) {
         const int i_row = ctx->cursor_row - keep_lines + i + 1;
 
@@ -306,8 +305,8 @@ static void roll_up(CCaptionSubContext *ctx)
         memcpy(screen->fonts[i_row], screen->fonts[i_row+1], SCREEN_COLUMNS);
         if (CHECK_FLAG(screen->row_used, i_row + 1))
             SET_FLAG(screen->row_used, i_row);
-
     }
+
     UNSET_FLAG(screen->row_used, ctx->cursor_row);
 }
 



More information about the ffmpeg-cvslog mailing list