flv: Workaround for buggy Omnia A/XE encoder
authorBenjamin Larsson <benjamin@southpole.se>
Sun, 5 Jan 2014 13:42:14 +0000 (14:42 +0100)
committerAnton Khirnov <anton@khirnov.net>
Sat, 11 Jan 2014 12:14:20 +0000 (13:14 +0100)
commit547f8345373843fe4428e2b3de6b46de4df797af
tree41d2e8d28ea82f2292e57b0fd6f81695085d8e43
parent44a0a98f92c7df1452029aa0295e0ece9d2165ca
flv: Workaround for buggy Omnia A/XE encoder

The Omnia A/XE encoder writes the explicit extra data incorrectly
and wrongly disables parametric stereo. Truncating the extra data
by setting the size to 2 works around this. The AAC extra data
parser will then only parse the correct parts.

Bug-id: 599
libavformat/flvdec.c