added m4aac filters

This commit is contained in:
georgemoralis 2025-04-13 10:08:35 +03:00
parent f5a32e4146
commit a15d1a825e

View file

@ -14,7 +14,10 @@ struct SwrContext;
namespace Libraries::Ajm {
enum AjmM4aacCodecFlags : u32 {
SbrDecode = 1 << 0,
NodelayOutput = 1 << 8,
InterleaveOrderExtlExtrLsRs = 1 << 16,
InterleaveOrderLsRsExtlExtr = 1 << 24
};
DECLARE_ENUM_FLAG_OPERATORS(AjmM4aacCodecFlags)