[FFmpeg-cvslog] lavf/srtdec: fix indent
Rodger Combs
git at videolan.org
Sat Jun 25 22:53:13 CEST 2016
ffmpeg | branch: master | Rodger Combs <rodger.combs at 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;
More information about the ffmpeg-cvslog
mailing list