[vlc-commits] appletrailers.lua: don't force avformat demuxer

Pierre Ynard git at videolan.org
Tue Mar 8 01:09:54 CET 2011


vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Tue Mar  8 01:08:31 2011 +0100| [9c7a8af68987ae3f4cabe668956a11236e80aafd] | committer: Pierre Ynard

appletrailers.lua: don't force avformat demuxer

This shouldn't be needed anymore, but I couldn't test because the
script is broken

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9c7a8af68987ae3f4cabe668956a11236e80aafd
---

 share/lua/playlist/appletrailers.lua |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/share/lua/playlist/appletrailers.lua b/share/lua/playlist/appletrailers.lua
index 434300f..dc5b7b0 100644
--- a/share/lua/playlist/appletrailers.lua
+++ b/share/lua/playlist/appletrailers.lua
@@ -82,7 +82,7 @@ function parse()
                 table.insert( playlist, { path = urlline,
                                           name = description ..  '(' .. resolution .. ')',
                                           arturl = art_url,
-                                          options = {":http-user-agent=QuickTime/7.2", ":demux=avformat,ffmpeg",":play-and-pause"} } )
+                                          options = {":http-user-agent=QuickTime/7.2", ":play-and-pause"} } )
             end
         end
     end



More information about the vlc-commits mailing list