mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-20 03:24:49 +00:00
added m4aac filters
This commit is contained in:
parent
f5a32e4146
commit
a15d1a825e
1 changed files with 4 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue