Hi

In the code for plugins/libdivx4/divx4.cpp I find

#if DECORE_VERSION > 2001009
        // older DivX4 release has been broken and crashed here -
        // so release memory only with newer versions
        // and leave memory leak with older version
        decore((unsigned long)this, DEC_OPT_RELEASE, 0, 0);
#else
#warning !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
#warning !USING OLD DIVX4 library - memory will be unreleased!
#warning !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
#endif

I assume we are talking about the libdivxdecore from project mayo.

My question is this. Isn't the version7date suppose to be
20011009 rather than 2001009 ? At least the decore.h declares
something like

  #define DECORE_VERSION          20011016

depending on your actual version.

Kind regards

--PMM

_______________________________________________
Avifile mailing list
[EMAIL PROTECTED]
http://prak.org/mailman/listinfo/avifile

Reply via email to