ffmpeg | branch: master | Clément Bœsch <[email protected]> | Sun Sep 6 14:06:44 2015 +0200| [db18b3d6e6fa83eef862023d4c18bbe1113df075] | committer: Clément Bœsch
avcodec/samidec: small indent fix > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=db18b3d6e6fa83eef862023d4c18bbe1113df075 --- libavcodec/samidec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/samidec.c b/libavcodec/samidec.c index e87d9dd..95f35ab 100644 --- a/libavcodec/samidec.c +++ b/libavcodec/samidec.c @@ -91,7 +91,7 @@ static int sami_paragraph_to_ass(AVCodecContext *avctx, const char *src) break; } if (!av_strncasecmp(p, "<BR", 3)) { - av_bprintf(dst, "\\N"); + av_bprintf(dst, "\\N"); p++; while (*p && *p != '>') p++; _______________________________________________ ffmpeg-cvslog mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
