|
FFmpeg
4.0
|
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"Go to the source code of this file.
Data Structures | |
| struct | 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 |
Definition at line 45 of file cyuv.c.
Referenced by cyuv_decode_frame().
1.8.13