Initial community commit
This commit is contained in:
8
Src/aacdec-mft/util.h
Normal file
8
Src/aacdec-mft/util.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
#include <mftransform.h>
|
||||
#include <bfc/platform/types.h>
|
||||
|
||||
HRESULT GetAACCodec(IMFTransform **pDecoder);
|
||||
HRESULT CreateAACDecoder(IMFTransform **pDecoder, const void *asc, size_t asc_bytes);
|
||||
HRESULT CreateADTSDecoder(IMFTransform **pDecoder);
|
||||
bool AssociateFloat(IMFTransform *decoder);
|
||||
Reference in New Issue
Block a user