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

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

Include dependency graph for cyuv.c:

Go to the source code of this file.

Data Structures

struct  CyuvDecodeContext

Functions

static int cyuv_decode_init (AVCodecContext *avctx)
static int cyuv_decode_frame (AVCodecContext *avctx, void *data, int *data_size, uint8_t *buf, int buf_size)
static int cyuv_decode_end (AVCodecContext *avctx)

Variables

AVCodec cyuv_decoder


Detailed Description

Creative YUV (CYUV) Video Decoder.

Definition in file cyuv.c.


Function Documentation

static int cyuv_decode_end ( AVCodecContext avctx  )  [static]

Definition at line 166 of file cyuv.c.

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

static int cyuv_decode_init ( AVCodecContext avctx  )  [static]


Variable Documentation

Initial value:

Definition at line 173 of file cyuv.c.

Referenced by avcodec_register_all().


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