rockbox/lib/rbcodec/codecs/libwmavoice/wmavoice.h
Sean Bartell f40bfc9267 Add codecs to librbcodec.
Change-Id: Id7f4717d51ed02d67cb9f9cb3c0ada4a81843f97
Reviewed-on: http://gerrit.rockbox.org/137
Reviewed-by: Nils Wallménius <nils@rockbox.org>
Tested-by: Nils Wallménius <nils@rockbox.org>
2012-04-25 22:13:20 +02:00

7 lines
246 B
C

#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);