hvirtual/quicktime/ffmpeg/libavcodec/aasc.c File Reference

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "common.h"
#include "avcodec.h"
#include "dsputil.h"

Include dependency graph for aasc.c:

Go to the source code of this file.

Data Structures

struct  AascContext

Defines

#define FETCH_NEXT_STREAM_BYTE()

Functions

static int aasc_decode_init (AVCodecContext *avctx)
static int aasc_decode_frame (AVCodecContext *avctx, void *data, int *data_size, uint8_t *buf, int buf_size)
static int aasc_decode_end (AVCodecContext *avctx)

Variables

AVCodec aasc_decoder


Detailed Description

Autodesc 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 38 of file aasc.c.

Referenced by aasc_decode_frame(), msrle_decode_pal4(), and msrle_decode_pal8().


Function Documentation

static int aasc_decode_end ( AVCodecContext avctx  )  [static]

static int aasc_decode_frame ( AVCodecContext avctx,
void *  data,
int *  data_size,
uint8_t *  buf,
int  buf_size 
) [static]

static int aasc_decode_init ( AVCodecContext avctx  )  [static]


Variable Documentation

Initial value:

Definition at line 164 of file aasc.c.

Referenced by avcodec_register_all().


Generated on Mon Apr 28 14:03:11 2008 for Cinelerra by  doxygen 1.5.5