avcodecmap: fix regression with wmv3 video in WMVA format
authorTim-Philipp Müller <tim@centricular.com>
Fri, 3 Jan 2014 15:58:26 +0000 (15:58 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 3 Jan 2014 16:00:41 +0000 (16:00 +0000)
commit8770f227359897e42000ea044ff99f0c4a9daccc
treed5e916d9293f55671d825954f7d4705e2076a600
parent1409e1692b8c9b2c2169918204281f526259b35d
avcodecmap: fix regression with wmv3 video in WMVA format

The VC-1 decoder should handle that. Before avdec_wmv3 handled
it, but then we added format=WMV3 to its sink pad template
caps, at which point nothing handled WMVA any longer.

https://bugzilla.gnome.org/show_bug.cgi?id=697665
ext/libav/gstavcodecmap.c