[vlc-commits] commit: koreus: use avformat demuxer. ( Rémi Duraffort )
git at videolan.org
git at videolan.org
Wed Jul 28 20:03:46 CEST 2010
vlc/vlc-1.1 | branch: master | Rémi Duraffort <ivoire at videolan.org> | Tue Jul 27 23:04:44 2010 +0200| [7945c2b3f78994c3a2f0e018ea13745252edccbf] | committer: Rémi Duraffort
koreus: use avformat demuxer.
(cherry picked from commit ebc429058fcc3ab1e5064bb381c4151a8149bc32)
Signed-off-by: Rémi Duraffort <ivoire at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=7945c2b3f78994c3a2f0e018ea13745252edccbf
---
share/lua/playlist/koreus.lua | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/share/lua/playlist/koreus.lua b/share/lua/playlist/koreus.lua
index 9b0a1bf..3cad073 100644
--- a/share/lua/playlist/koreus.lua
+++ b/share/lua/playlist/koreus.lua
@@ -49,7 +49,7 @@ function parse()
vid_url = string.match( line, '(http://media%d?%.koreus%.com/%d+/%d+/[%w-]*%.mp4)' )
if vid_url then
- return { { path = vid_url; name = name; description = description; artist = artist; arturl = arturl } }
+ return { { path = vid_url; name = name; description = description; artist = artist; arturl = arturl; options={":demux=avformat,ffmpeg"} } }
end
end
end
More information about the vlc-commits
mailing list