libavcodec/aasc.c File Reference

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.

Data Structures

struct  AascContext

Defines

#define FETCH_NEXT_STREAM_BYTE()

Functions

static av_cold int aasc_decode_init (AVCodecContext *avctx)
static int aasc_decode_frame (AVCodecContext *avctx, void *data, int *data_size, AVPacket *avpkt)
static av_cold int aasc_decode_end (AVCodecContext *avctx)

Variables

AVCodec ff_aasc_decoder


Detailed Description

Autodesk RLE Video Decoder by Konstantin Shishkov.

Definition in file aasc.c.


Define Documentation

 
#define FETCH_NEXT_STREAM_BYTE (  ) 

Value:

if (stream_ptr >= buf_size) \
    { \
      av_log(s->avctx, AV_LOG_ERROR, " AASC: stream ptr just went out of bounds (fetch)\n"); \
      break; \
    } \
    stream_byte = buf[stream_ptr++];

Definition at line 40 of file aasc.c.

Referenced by msrle_decode_pal4().


Function Documentation

static av_cold int aasc_decode_end ( AVCodecContext avctx  )  [static]

Definition at line 101 of file aasc.c.

static int aasc_decode_frame ( AVCodecContext avctx,
void *  data,
int *  data_size,
AVPacket avpkt 
) [static]

Definition at line 59 of file aasc.c.

static av_cold int aasc_decode_init ( AVCodecContext avctx  )  [static]

Definition at line 48 of file aasc.c.


Variable Documentation

Initial value:

Definition at line 112 of file aasc.c.


Generated on Fri Oct 26 02:38:14 2012 for FFmpeg by  doxygen 1.5.8