[vlc-commits] commit: appletrailers: add ffmpeg-fallback to demuxer (Ilkka Ollakka )
git at videolan.org
git at videolan.org
Sat May 22 09:58:39 CEST 2010
- Previous message: [vlc-commits] commit: Contrib: fix typo (Jean-Baptiste Kempf )
- Next message: [vlc-commits] commit: Mac OS X: added various missing file extensions to the supported-by-this-application-list (xa, m3u8, b4s, vlc, xm, amr, aob, dts, cdg, idx, oma, voc, vqf, mpeg1, mpeg2, mpeg4, mts, mid, mlp, webm, rar, rec, rmi, s3m, vro, tod, utf) ( Felix Paul Kühne )
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
vlc | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Sat May 22 10:58:01 2010 +0300| [4596b63aaaa370ee9a1d7b492d0c3539bbe62283] | committer: Ilkka Ollakka
appletrailers: add ffmpeg-fallback to demuxer
This should fix usage on windows.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4596b63aaaa370ee9a1d7b492d0c3539bbe62283
---
share/lua/sd/appletrailers.lua | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/share/lua/sd/appletrailers.lua b/share/lua/sd/appletrailers.lua
index 8d39256..3fd25a8 100644
--- a/share/lua/sd/appletrailers.lua
+++ b/share/lua/sd/appletrailers.lua
@@ -32,7 +32,7 @@ end
function main()
fd = vlc.stream( "http://trailers.apple.com/trailers/home/feeds/just_hd.json" )
if not fd then return nil end
- options = {":http-user-agent=QuickTime/7.2 vlc edition",":demux=avformat",":play-and-pause"}
+ options = {":http-user-agent=QuickTime/7.2 vlc edition",":demux=avformat,ffmpeg",":play-and-pause"}
line = fd:readline()
while line ~= nil
do
- Previous message: [vlc-commits] commit: Contrib: fix typo (Jean-Baptiste Kempf )
- Next message: [vlc-commits] commit: Mac OS X: added various missing file extensions to the supported-by-this-application-list (xa, m3u8, b4s, vlc, xm, amr, aob, dts, cdg, idx, oma, voc, vqf, mpeg1, mpeg2, mpeg4, mts, mid, mlp, webm, rar, rec, rmi, s3m, vro, tod, utf) ( Felix Paul Kühne )
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the vlc-commits
mailing list