libavcodec/cyuv.c File Reference

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

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

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, const 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 167 of file cyuv.c.

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

Definition at line 62 of file cyuv.c.

static int cyuv_decode_init ( AVCodecContext avctx  )  [static]

Definition at line 47 of file cyuv.c.


Variable Documentation

Initial value:

Definition at line 174 of file cyuv.c.


Generated on Sat Sep 6 21:24:11 2008 for ffmpeg by  doxygen 1.5.6