Hello,would be possible to replace CUSTOM and FLASH media codec types to something like
/// The type of the codec id passed in the AudioInfo or VideoInfo class
enum codecType
{
/// The internal flash codec ids
CODEC_TYPE_FLASH,
/// Custom codecs ids
CODEC_TYPE_CUSTOM
};
this would avoid problems with already defined constants like CUSTOM for
example
Andrea _______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

