libavcodec/cyuv.c File Reference

Creative YUV (CYUV) Video Decoder. More...

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

Go to the source code of this file.

Data Structures

struct  CyuvDecodeContext

Functions

static av_cold int cyuv_decode_init (AVCodecContext *avctx)
static int cyuv_decode_frame (AVCodecContext *avctx, void *data, int *data_size, AVPacket *avpkt)
static av_cold int cyuv_decode_end (AVCodecContext *avctx)

Variables

AVCodec aura_decoder
AVCodec cyuv_decoder


Detailed Description

Creative YUV (CYUV) Video Decoder.

Definition in file cyuv.c.


Function Documentation

static av_cold int cyuv_decode_end ( AVCodecContext avctx  )  [static]

Definition at line 170 of file cyuv.c.

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

Definition at line 60 of file cyuv.c.

static av_cold int cyuv_decode_init ( AVCodecContext avctx  )  [static]

Definition at line 45 of file cyuv.c.


Variable Documentation

Initial value:

Definition at line 181 of file cyuv.c.

Initial value:

Definition at line 197 of file cyuv.c.


Generated on Tue Apr 20 17:39:27 2010 for FFmpeg by  doxygen 1.5.6