rockbox/apps/codecs/libwmapro/wmaprodec.h
Mohamed Tarek 816fca820c Wrote apps/codecs/wmapro.c and modified libwmapro to make the codec work in the sim. Neither libwmapro nor wmapro.c have been added to the main build yet, codecs.make should be edited to compile both with rockbox.
current status of the decoder :
- Plays and seeks in the sim
- Still in floating point

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27006 a1c6a512-1295-4272-9138-f99709370657
2010-06-21 10:48:34 +00:00

6 lines
222 B
C

#include "avcodec.h"
av_cold int decode_end(AVCodecContext *avctx);
av_cold int decode_init(AVCodecContext *avctx);
int decode_packet(AVCodecContext *avctx,
void *data, int *data_size, AVPacket* avpkt);