ffmpeg | branch: master | Rodger Combs <rodger.co...@gmail.com> | Sat Jun 25 
15:53:11 2016 -0500| [6ee7adb881e4513ebacf76ba97d413fcbd6cf3e3] | committer: 
Rodger Combs

lavf/srtdec: fix indent

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

 libavformat/srtdec.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/srtdec.c b/libavformat/srtdec.c
index 9ab7a4e..067db63 100644
--- a/libavformat/srtdec.c
+++ b/libavformat/srtdec.c
@@ -54,7 +54,7 @@ static int srt_probe(AVProbeData *p)
         return 0;
     pbuf = buf;
     if (buf[0] == '-')
-      pbuf++;
+        pbuf++;
     if (pbuf[0] >= '0' && pbuf[0] <= '9' && strstr(buf, " --> ")
         && sscanf(buf, "%*d:%*d:%*d%*1[,.]%*d --> %*d:%*d:%*d%*1[,.]%d", &v) 
== 1)
         return AVPROBE_SCORE_MAX;

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

Reply via email to