|
FFmpeg
|
#include "libavutil/common.h"#include "libavutil/imgutils.h"#include "libavutil/mem.h"#include "avcodec.h"#include "codec_internal.h"#include "encode.h"#include "zlib_wrapper.h"#include <limits.h>#include <zlib.h>Go to the source code of this file.
Data Structures | |
| struct | PDVEncContext |
Functions | |
| static av_cold int | encode_init (AVCodecContext *avctx) |
| static av_cold int | encode_end (AVCodecContext *avctx) |
| static int | encode_frame (AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet) |
Variables | |
| const FFCodec | ff_pdv_encoder |
|
static |
|
static |
|
static |
| const FFCodec ff_pdv_encoder |
1.8.17