winamp/Src/aacdec-mft/util.h

8 lines
298 B
C
Raw Normal View History

2024-09-24 12:54:57 +00:00
#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);