Creative YUV (CYUV) Video Decoder. More...
#include <stdio.h>#include <stdlib.h>#include <string.h>#include "avcodec.h"#include "dsputil.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 *data_size, AVPacket *avpkt) |
| static av_cold int | cyuv_decode_end (AVCodecContext *avctx) |
Creative YUV (CYUV) Video Decoder.
Definition in file cyuv.c.
| typedef struct CyuvDecodeContext CyuvDecodeContext |
| static av_cold int cyuv_decode_end | ( | AVCodecContext * | avctx | ) | [static] |
| static int cyuv_decode_frame | ( | AVCodecContext * | avctx, |
| void * | data, | ||
| int * | data_size, | ||
| AVPacket * | avpkt | ||
| ) | [static] |
| static av_cold int cyuv_decode_init | ( | AVCodecContext * | avctx | ) | [static] |