FFmpeg
Functions
msrledec.c File Reference

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...

#include "libavutil/intreadwrite.h"
#include "avcodec.h"
#include "msrledec.h"

Functions

int ff_msrle_decode (AVCodecContext *avctx, AVFrame *pic, int depth, GetByteContext *gb)
 Decode stream in MS RLE format into frame. More...
 

Detailed Description

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.

Function Documentation

§ ff_msrle_decode()

int ff_msrle_decode ( AVCodecContext avctx,
AVFrame pic,
int  depth,
GetByteContext gb 
)

Decode stream in MS RLE format into frame.

Parameters
avctxcodec context
picdestination frame
depthbit depth
gbinput bytestream context