]> git.sesse.net Git - vlc/commit
mux/asf.c: Workaround for playback of WMV in WMP12 and Silverlight.
authorJean-Paul Saman <jean-paul.saman@m2x.nl>
Sat, 29 Oct 2011 08:37:28 +0000 (10:37 +0200)
committerJean-Paul Saman <jean-paul.saman@m2x.nl>
Sat, 29 Oct 2011 08:37:28 +0000 (10:37 +0200)
commite59e805e0893d9c5726f58a1cfa7b701bdf6bca3
treeb4cdaef7f27510ef0f064c4a448acf6813473dd3
parentb0d9f43adb99c4018a876a9aaa62f1cdb983d992
mux/asf.c: Workaround for playback of WMV in WMP12 and Silverlight.

The maximum bitrate of the file is not allowed to become zero. If it
is then playback in WMP12 and Silverlight does not work. The actual
value for maximum bitrate does not really matter in these cases as
long as it is not 0.
modules/mux/asf.c