Commit 9c7a8af6 authored by Pierre Ynard's avatar 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
parent cedbf7f3
...@@ -82,7 +82,7 @@ function parse() ...@@ -82,7 +82,7 @@ function parse()
table.insert( playlist, { path = urlline, table.insert( playlist, { path = urlline,
name = description .. '(' .. resolution .. ')', name = description .. '(' .. resolution .. ')',
arturl = art_url, 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 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