summaryrefslogtreecommitdiffstats
path: root/lib/rbcodec/codecs/libwmavoice/wmavoice.h
blob: 33ec72b4e2a6930ac837a509ec18942fee62dcac (plain)
1
2
3
4
5
6
7
#include "avcodec.h"

#define ERROR_WMAPRO_IN_WMAVOICE -0x162

av_cold int wmavoice_decode_init(AVCodecContext *ctx);
int wmavoice_decode_packet(AVCodecContext *ctx, void *data,
                                  int *data_size, AVPacket *avpkt);