FFmpeg
|
#include "avcodec.h"
#include "codec_internal.h"
#include "decode.h"
#include "zlib_wrapper.h"
#include <zlib.h>
Go to the source code of this file.
Data Structures | |
struct | PDVContext |
Functions | |
static av_cold int | decode_init (AVCodecContext *avctx) |
static av_cold int | decode_end (AVCodecContext *avctx) |
static int | decode_frame (AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) |
static void | decode_flush (AVCodecContext *avctx) |
Variables | |
const FFCodec | ff_pdv_decoder |
|
static |
|
static |
|
static |
|
static |
const FFCodec ff_pdv_decoder |