[vlc-commits] commit: koreus: use avformat demuxer. ( Rémi Duraffort )
git at videolan.org
git at videolan.org
Tue Jul 27 23:05:27 CEST 2010
vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Tue Jul 27 23:04:44 2010 +0200| [ebc429058fcc3ab1e5064bb381c4151a8149bc32] | committer: Rémi Duraffort
koreus: use avformat demuxer.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ebc429058fcc3ab1e5064bb381c4151a8149bc32
---
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 9b0a1bf..3cad073 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
More information about the vlc-commits
mailing list