Autodesk RLE Video Decoder by Konstantin Shishkov.
More...
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "avcodec.h"
#include "dsputil.h"
#include "msrledec.h"
Go to the source code of this file.
Detailed Description
Autodesk RLE Video Decoder by Konstantin Shishkov.
Definition in file aasc.c.
Typedef Documentation
Function Documentation
static av_cold int aasc_decode_end |
( |
AVCodecContext * |
avctx |
) |
[static] |
static int aasc_decode_frame |
( |
AVCodecContext * |
avctx, |
|
|
void * |
data, |
|
|
int * |
data_size, |
|
|
AVPacket * |
avpkt | |
|
) |
| | [static] |
static av_cold int aasc_decode_init |
( |
AVCodecContext * |
avctx |
) |
[static] |
Variable Documentation
Initial value:
Definition at line 106 of file aasc.c.