repo.or.cz
/
maemo-rb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use CACHEALIGN_BITS to calculate CACHEALIGN_SIZE instead of directly setting it.
[maemo-rb.git]
/
apps
/
codecs
/
libwmavoice
/
wmavoice.h
blob
33ec72b4e2a6930ac837a509ec18942fee62dcac
1
#include
"avcodec.h"
2
3
#define ERROR_WMAPRO_IN_WMAVOICE -0x162
4
5
av_cold
int
wmavoice_decode_init
(
AVCodecContext
*
ctx
);
6
int
wmavoice_decode_packet
(
AVCodecContext
*
ctx
,
void
*
data
,
7
int
*
data_size
,
AVPacket
*
avpkt
);