[vlc-commits] commit: appletrailer_iphone: remove unneeded debug-message (Ilkka Ollakka )
git at videolan.org
git at videolan.org
Thu Apr 22 12:34:49 CEST 2010
vlc | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Thu Apr 22 13:34:14 2010 +0300| [f470c23bf7311623e997f0c9101ce40c6cea5203] | committer: Ilkka Ollakka
appletrailer_iphone: remove unneeded debug-message
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f470c23bf7311623e997f0c9101ce40c6cea5203
---
share/lua/playlist/appletrailers_iphone.lua | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/share/lua/playlist/appletrailers_iphone.lua b/share/lua/playlist/appletrailers_iphone.lua
index 0797a6d..0363d4c 100644
--- a/share/lua/playlist/appletrailers_iphone.lua
+++ b/share/lua/playlist/appletrailers_iphone.lua
@@ -60,7 +60,6 @@ function parse()
end
for index,resolution in ipairs({"480p","720p","1080p"}) do
path = string.gsub( path, "r320i.mov","h"..resolution..".mov")
- vlc.msg.err(arturl)
table.insert( p, { path=path; name=title.." ("..resolution..")"; arturl=arturl; description=description; options={":http-user-agent=Quicktime/7.2.0 vlc lua edition",":input-fast-seek",":play-and-stop"};} )
end
return p
More information about the vlc-commits
mailing list