816fca820c
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
6 lines
222 B
C
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);
|