Commit 7d2af37a authored by Pierre Ynard's avatar Pierre Ynard

Revert "koreus: use avformat demuxer."

This reverts commit ebc42905.
Not needed anymore.
Signed-off-by: default avatarPierre Ynard <linkfanel@yahoo.fr>
parent fae8c7ce
......@@ -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; options={":demux=avformat,ffmpeg"} } }
return { { path = vid_url; name = name; description = description; artist = artist; arturl = arturl } }
end
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment