[vlc-devel] [PATCH 1/3] demux/ttml: Convert_time: remove commented statement
Filip Roséen
filip at atch.se
Wed Jul 27 07:42:01 CEST 2016
This line was introduced in 7d19767 (2015-09), and has not been touched since.
Given that it does not contribute anything in terms of documentation, nor seems
relevant to future changes, this commit removes it.
---
modules/demux/ttml.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/modules/demux/ttml.c b/modules/demux/ttml.c
index 83ca86e..9c1937c 100644
--- a/modules/demux/ttml.c
+++ b/modules/demux/ttml.c
@@ -163,7 +163,6 @@ static int Convert_time( int64_t *timing_value, const char *s )
int m1 = 0;
int s1 = 0;
int d1 = 0;
- //char *sec = "";
if ( sscanf( s, "%d.%ds",
&s1, &d1) == 2 ||
sscanf( s, "%d:%d:%d,%d",
--
2.9.0
More information about the vlc-devel
mailing list