aboutsummaryrefslogtreecommitdiff
path: root/Src/aacdec-mft/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'Src/aacdec-mft/util.h')
-rw-r--r--Src/aacdec-mft/util.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/Src/aacdec-mft/util.h b/Src/aacdec-mft/util.h
new file mode 100644
index 00000000..6f7cf85c
--- /dev/null
+++ b/Src/aacdec-mft/util.h
@@ -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); \ No newline at end of file