vlc/vlc-2.0 | branch: master | François Revol <[email protected]> | Wed Sep 12 11:40:01 2012 +0200| [73e2c2667134df6a12e24fca1e8115dc9e394f84] | committer: Jean-Baptiste Kempf
lua vimeo playlist: Remove trailing tab Signed-off-by: François Revol <[email protected]> Signed-off-by: Jean-Baptiste Kempf <[email protected]> (cherry picked from commit f332caaf5285d8f839063c9bbf6779d2252f497c) Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=73e2c2667134df6a12e24fca1e8115dc9e394f84 --- share/lua/playlist/vimeo.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/lua/playlist/vimeo.lua b/share/lua/playlist/vimeo.lua index 8c98bb6..6d38880 100644 --- a/share/lua/playlist/vimeo.lua +++ b/share/lua/playlist/vimeo.lua @@ -96,7 +96,7 @@ function parse() _,_,height = string.find (line, "\"height\":([0-9]*)," ) end end - + if not codec then vlc.msg.warn("unable to find codec info") return nil _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
