FFmpeg
|
Raw Video Encoder. More...
#include "avcodec.h"
#include "raw.h"
#include "internal.h"
#include "libavutil/pixdesc.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/imgutils.h"
#include "libavutil/internal.h"
Go to the source code of this file.
Functions | |
static av_cold int | raw_encode_init (AVCodecContext *avctx) |
static int | raw_encode (AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet) |
Variables | |
AVCodec | ff_rawvideo_encoder |
Raw Video Encoder.
Definition in file rawenc.c.
|
static |
|
static |
AVCodec ff_rawvideo_encoder |