summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/libwmavoice/wmavoice.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/codecs/libwmavoice/wmavoice.h')
-rw-r--r--lib/rbcodec/codecs/libwmavoice/wmavoice.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/rbcodec/codecs/libwmavoice/wmavoice.h b/lib/rbcodec/codecs/libwmavoice/wmavoice.h
new file mode 100644
index 0000000000..33ec72b4e2
--- /dev/null
+++ b/lib/rbcodec/codecs/libwmavoice/wmavoice.h
@@ -0,0 +1,7 @@
1#include "avcodec.h"
2
3#define ERROR_WMAPRO_IN_WMAVOICE -0x162
4
5av_cold int wmavoice_decode_init(AVCodecContext *ctx);
6int wmavoice_decode_packet(AVCodecContext *ctx, void *data,
7 int *data_size, AVPacket *avpkt);