FFmpeg
|
Simple wrapper to store an AVFrame and forward it as AVPacket. More...
#include "avcodec.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) |
Variables | |
AVCodec | ff_wrapped_avframe_encoder |
Simple wrapper to store an AVFrame and forward it as AVPacket.
Definition in file wrapped_avframe.c.
Definition at line 35 of file wrapped_avframe.c.
Referenced by wrapped_avframe_encode().
|
static |
Definition at line 42 of file wrapped_avframe.c.
AVCodec ff_wrapped_avframe_encoder |
Definition at line 66 of file wrapped_avframe.c.