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"
#include "internal.h"
#include "libavutil/internal.h"

Go to the source code of this file.

Data Structures

struct  CyuvDecodeContext

Typedefs

typedef struct CyuvDecodeContext CyuvDecodeContext

Functions

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

Detailed Description

Creative YUV (CYUV) Video Decoder.

Definition in file cyuv.c.

Typedef Documentation

Function Documentation

static av_cold int cyuv_decode_end ( AVCodecContext avctx)
static

Definition at line 172 of file cyuv.c.

static int cyuv_decode_frame ( AVCodecContext avctx,
void data,
int *  got_frame,
AVPacket avpkt 
)
static

Definition at line 62 of file cyuv.c.

static av_cold int cyuv_decode_init ( AVCodecContext avctx)
static

Definition at line 47 of file cyuv.c.