From: RĂ©mi Duraffort Date: Tue, 27 Jul 2010 21:04:44 +0000 (+0200) Subject: koreus: use avformat demuxer. X-Git-Tag: 1.2.0-pre1~5649 X-Git-Url: https://git.sesse.net/?p=vlc;a=commitdiff_plain;h=ebc429058fcc3ab1e5064bb381c4151a8149bc32 koreus: use avformat demuxer. --- diff --git a/share/lua/playlist/koreus.lua b/share/lua/playlist/koreus.lua index 9b0a1bf0b1..3cad073d22 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