]> git.sesse.net Git - vlc/commitdiff
koreus: use avformat demuxer.
authorRémi Duraffort <ivoire@videolan.org>
Tue, 27 Jul 2010 21:04:44 +0000 (23:04 +0200)
committerRémi Duraffort <ivoire@videolan.org>
Tue, 27 Jul 2010 21:05:13 +0000 (23:05 +0200)
share/lua/playlist/koreus.lua

index 9b0a1bf0b1bd3ecca0bc15363b6f96f71cc530f5..3cad073d22c58ad2564ca2ea84ad7891c5826386 100644 (file)
@@ -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