FFmpeg
Loading...
Searching...
No Matches
cyuv.c File Reference

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

#include "config_components.h"
#include <string.h>
#include "avcodec.h"
#include "codec_internal.h"
#include "decode.h"
#include "libavutil/internal.h"

Go to the source code of this file.

Functions

static av_cold int cyuv_decode_init (AVCodecContext *avctx)
 
static int cyuv_decode_frame (AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt)
 

Detailed Description

Creative YUV (CYUV) Video Decoder.

Definition in file cyuv.c.

Function Documentation

◆ cyuv_decode_init()

static av_cold int cyuv_decode_init ( AVCodecContext * avctx)
static

Definition at line 40 of file cyuv.c.

◆ cyuv_decode_frame()

static int cyuv_decode_frame ( AVCodecContext * avctx,
AVFrame * frame,
int * got_frame,
AVPacket * avpkt )
static

Definition at line 49 of file cyuv.c.