On 02.03.2015 16:33, Luca Barbato wrote:
On 02/03/15 16:14, Andreas Cadhalpun wrote:
On 01.03.2015 21:25, Luca Barbato wrote:
No, the proper way is to blacklist/whitelist the supported codecs for
flv.
It can be limited even further [1]:
- if (flags == 0) {
+ if (flags <= 0 || flags > 15) {
And it is as wrong, as I said above... (see what happens to mp4 to see
how it should be done).
I think it's at least better than before...
Feel free to add a blacklist/whitelist instead.
Btw I eventually had time to test and Libav does not have the assert
problem, just happily produces a faulty file.
Yes, Libav doesn't have the check in avio_w8.
Best regards,
Andreas
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel