Revision bd7d08e2 libavcodec/escape124.c
libavcodec/escape124.c | ||
---|---|---|
195 | 195 |
0x100, 0x200, 0x1000, 0x2000, |
196 | 196 |
0x400, 0x800, 0x4000, 0x8000}; |
197 | 197 |
|
198 |
/** |
|
199 |
* Decode a single frame |
|
200 |
* @param avctx decoder context |
|
201 |
* @param data decoded frame |
|
202 |
* @param data_size size of the decoded frame |
|
203 |
* @param buf input buffer |
|
204 |
* @param buf_size input buffer size |
|
205 |
* @return 0 success, -1 on error |
|
206 |
*/ |
|
207 | 198 |
static int escape124_decode_frame(AVCodecContext *avctx, |
208 | 199 |
void *data, int *data_size, |
209 | 200 |
AVPacket *avpkt) |
Also available in: Unified diff