|
FFmpeg
|
MS RLE decoder based on decoder by Mike Melanson and my own for TSCC For more information about the MS RLE format, visit: http://www.multimedia.cx/msrle.txt. More...
Functions | |
| int | ff_msrle_decode (AVCodecContext *avctx, AVFrame *pic, int depth, GetByteContext *gb) |
| Decode stream in MS RLE format into frame. More... | |
MS RLE decoder based on decoder by Mike Melanson and my own for TSCC For more information about the MS RLE format, visit: http://www.multimedia.cx/msrle.txt.
| int ff_msrle_decode | ( | AVCodecContext * | avctx, |
| AVFrame * | pic, | ||
| int | depth, | ||
| GetByteContext * | gb | ||
| ) |
Decode stream in MS RLE format into frame.
| avctx | codec context |
| pic | destination frame |
| depth | bit depth |
| gb | input bytestream context |
1.8.12