Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
2e5c5442
Commit
2e5c5442
authored
Sep 12, 2012
by
Pierre Ynard
Browse files
vimeo.lua: fix error case
parent
5e374e0a
Changes
1
Show whitespace changes
Inline
Side-by-side
share/lua/playlist/vimeo.lua
View file @
2e5c5442
...
...
@@ -96,8 +96,8 @@ function parse()
end
if not codec then
vlc.msg.
warn
("
unable
to
find
codec
info
")
return
nil
vlc.msg.
err
("
unable
to
find
codec
info
")
return
{}
end
if ishd and ( not height or prefres < 0 or prefres >= tonumber(height) ) then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment