xiph/aomanalyzer

AOMAnalyzer doesn't work with the latest version of AOM

Closed this issue · 1 comments

I build a correct JS decoder with the latest version of AOM. It build it, but it doesn't work either on windows and Linux.
I build the decoder with emscripten version 1.36.13 (recent version of emscripten compiles a decoder version that doesn't work with AOMAnlyser).
Here it what the Analyzer gives me:
aomanalyzerbug

I found a solution. If we use the latest aom version (not the 1.0.0 tagged) and build the JavaScript decoder it will work (and it is compatible with a 1.0 aom encoded video)