FFmpeg
|
cyuv.c File Reference
Creative YUV (CYUV) Video Decoder. More...
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "avcodec.h"
#include "internal.h"
#include "libavutil/internal.h"
Include dependency graph for cyuv.c:
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) |
Detailed Description
Creative YUV (CYUV) Video Decoder.
Definition in file cyuv.c.
Typedef Documentation
typedef struct CyuvDecodeContext CyuvDecodeContext |
Function Documentation
|
static |
|
static |
Definition at line 45 of file cyuv.c.
Referenced by cyuv_decode_frame().
Generated on Mon Nov 18 2024 06:52:05 for FFmpeg by 1.8.11