#include "avcodec.h"Go to the source code of this file.
Functions | |
| int | ff_msrle_decode (AVCodecContext *avctx, AVPicture *pic, int depth, const uint8_t *data, int data_size) |
| decode stream in MS RLE format into frame | |
| int ff_msrle_decode | ( | AVCodecContext * | avctx, | |
| AVPicture * | pic, | |||
| int | depth, | |||
| const uint8_t * | data, | |||
| int | data_size | |||
| ) |
decode stream in MS RLE format into frame
| avctx | codec context | |
| pic | destination frame | |
| depth | bit depth | |
| data | input stream | |
| data_size | input size |
Definition at line 241 of file msrledec.c.
Referenced by aasc_decode_frame(), bmp_decode_frame(), decode_frame(), and msrle_decode_frame().
1.5.8