From ebc429058fcc3ab1e5064bb381c4151a8149bc32 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Duraffort?= Date: Tue, 27 Jul 2010 23:04:44 +0200 Subject: [PATCH] koreus: use avformat demuxer. --- share/lua/playlist/koreus.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2