added enum for OPUS codec

This commit is contained in:
Volker Fischer 2013-02-16 18:17:12 +00:00
parent eb277e3a96
commit dcbfba2fd9

View File

@ -386,7 +386,8 @@ enum EAudComprType
{
// used for protocol -> enum values must be fixed!
CT_NONE = 0,
CT_CELT = 1
CT_CELT = 1,
CT_OPUS = 2
};