FFmpeg
|
msrledec.h File Reference
Include dependency graph for msrledec.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
int | ff_msrle_decode (AVCodecContext *avctx, AVPicture *pic, int depth, GetByteContext *gb) |
Decode stream in MS RLE format into frame. More... | |
Function Documentation
int ff_msrle_decode | ( | AVCodecContext * | avctx, |
AVPicture * | pic, | ||
int | depth, | ||
GetByteContext * | gb | ||
) |
Decode stream in MS RLE format into frame.
- Parameters
-
avctx codec context pic destination frame depth bit depth gb input bytestream context
Definition at line 251 of file msrledec.c.
Referenced by aasc_decode_frame(), bmp_decode_frame(), decode_frame(), and msrle_decode_frame().
Generated on Mon Nov 18 2024 06:52:08 for FFmpeg by 1.8.11