diff options
Diffstat (limited to 'apps/codecs/libwmapro/wmaprodec.h')
| -rw-r--r-- | apps/codecs/libwmapro/wmaprodec.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/codecs/libwmapro/wmaprodec.h b/apps/codecs/libwmapro/wmaprodec.h new file mode 100644 index 0000000..045481b --- /dev/null +++ b/apps/codecs/libwmapro/wmaprodec.h @@ -0,0 +1,6 @@ +#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); |