MediaArea / MediaConch

MediaConch (funded by PREFORMA)
31 stars 11 forks source link

XSL/ImplementationChecksEBML: fix xVINT is not defined #124

Closed tribouille closed 8 years ago

tribouille commented 8 years ago

Signed-off-by: Florent Tribouilloy florent@mediaarea.net

tribouille commented 8 years ago

@dericed : Do you confirm?

It's breaking the test with, for instance, http://archive.org/download/159753000/blackpool_1-0_manutd-regmo.blogspot.com.mkv

Can be tested with: mediaconch -mi -mt -fx http://archive.org/download/159753000/blackpool_1-0_manutd-regmo.blogspot.com.mkv > /tmp/test.xml xsltproc --noout --stringparam schema MatroskaSchema.xml --stringparam verbosity 5 implementationCheckEBML.xsl /tmp/test.xml

dericed commented 8 years ago

thanks for spotting this error. LGTM