Commit 3101bb7a authored by Steve Lhomme's avatar Steve Lhomme Committed by Rémi Denis-Courmont

the ID could be OK but the class mismatching

Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
parent 342e509e
......@@ -119,7 +119,7 @@ extern "C" {
#define MKVD_TIMECODESCALE 1000000
#define MKV_IS_ID( el, C ) ( EbmlId( (*el) ) == C::ClassInfos.GlobalId )
#define MKV_IS_ID( el, C ) ( el != NULL && typeid( *el ) == typeid( C ) )
using namespace LIBMATROSKA_NAMESPACE;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment