mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-03 14:48:46 +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 {
|
namespace Libraries::Ajm {
|
||||||
|
|
||||||
enum AjmM4aacCodecFlags : u32 {
|
enum AjmM4aacCodecFlags : u32 {
|
||||||
|
SbrDecode = 1 << 0,
|
||||||
|
NodelayOutput = 1 << 8,
|
||||||
|
InterleaveOrderExtlExtrLsRs = 1 << 16,
|
||||||
|
InterleaveOrderLsRsExtlExtr = 1 << 24
|
||||||
};
|
};
|
||||||
DECLARE_ENUM_FLAG_OPERATORS(AjmM4aacCodecFlags)
|
DECLARE_ENUM_FLAG_OPERATORS(AjmM4aacCodecFlags)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue