Wrote apps/codecs/wmapro.c and modified libwmapro to make the codec work in the sim...
[kugel-rb.git] / apps / codecs / libwmapro / wmaprodec.h
blob045481b529ff6804cbf5273e32105f90584ea999
1 #include "avcodec.h"
3 av_cold int decode_end(AVCodecContext *avctx);
4 av_cold int decode_init(AVCodecContext *avctx);
5 int decode_packet(AVCodecContext *avctx,
6 void *data, int *data_size, AVPacket* avpkt);