[vlc-commits] demux/ttml: Convert_time: remove commented statement
Filip Roséen
git at videolan.org
Wed Jul 27 11:35:18 CEST 2016
vlc | branch: master | Filip Roséen <filip at atch.se> | Wed Jul 27 07:42:01 2016 +0200| [d5158d8eb159e0c62eb982bd833316b1d943a592] | committer: Hugo Beauzée-Luyssen
demux/ttml: Convert_time: remove commented statement
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.
Signed-off-by: Hugo Beauzée-Luyssen <hugo at beauzee.fr>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d5158d8eb159e0c62eb982bd833316b1d943a592
---
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",
More information about the vlc-commits
mailing list