FFmpeg
|
#include "avcodec.h"
#include "decode.h"
#include "internal.h"
#include "libavutil/internal.h"
#include "libavutil/frame.h"
#include "libavutil/buffer.h"
#include "libavutil/pixdesc.h"
Go to the source code of this file.
Functions | |
static void | wrapped_avframe_release_buffer (void *unused, uint8_t *data) |
static int | wrapped_avframe_encode (AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet) |
static int | wrapped_avframe_decode (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *pkt) |
Variables | |
AVCodec | ff_wrapped_avframe_encoder |
AVCodec | ff_wrapped_avframe_decoder |
Simple wrapper to store an AVFrame and forward it as AVPacket.
Definition in file wrapped_avframe.c.
|
static |
Definition at line 36 of file wrapped_avframe.c.
Referenced by wrapped_avframe_encode().
|
static |
Definition at line 43 of file wrapped_avframe.c.
|
static |
Definition at line 79 of file wrapped_avframe.c.
AVCodec ff_wrapped_avframe_encoder |
Definition at line 112 of file wrapped_avframe.c.
AVCodec ff_wrapped_avframe_decoder |
Definition at line 121 of file wrapped_avframe.c.