[vlc-commits] Revert "koreus: use avformat demuxer."
Pierre Ynard
git at videolan.org
Tue Mar 8 00:26:20 CET 2011
vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Tue Mar 8 00:24:09 2011 +0100| [7d2af37aedaeb6c765ea6c78ac61d81625ffe06d] | committer: Pierre Ynard
Revert "koreus: use avformat demuxer."
This reverts commit ebc429058fcc3ab1e5064bb381c4151a8149bc32.
Not needed anymore.
Signed-off-by: Pierre Ynard <linkfanel at yahoo.fr>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7d2af37aedaeb6c765ea6c78ac61d81625ffe06d
---
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 3cad073..9b0a1bf 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; options={":demux=avformat,ffmpeg"} } }
+ return { { path = vid_url; name = name; description = description; artist = artist; arturl = arturl } }
end
end
end
More information about the vlc-commits
mailing list