#include "libavutil/frame.h"
#include "libavutil/pixdesc.h"
#include "avformat.h"
#include "internal.h"
#include "mux.h"
#include "yuv4mpeg.h"
Go to the source code of this file.
◆ yuv4_write_header()
◆ yuv4_write_packet()
◆ yuv4_init()
◆ ff_yuv4mpegpipe_muxer
Initial value:= {
.p.name = "yuv4mpegpipe",
.p.extensions = "y4m",
}
@ AV_CODEC_ID_WRAPPED_AVFRAME
Passthrough codec, AVFrames wrapped in AVPacket.
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
#define FF_OFMT_FLAG_MAX_ONE_OF_EACH
If this flag is set, it indicates that for each codec type whose corresponding default codec (i....
static int yuv4_write_header(AVFormatContext *s)
static int yuv4_write_packet(AVFormatContext *s, AVPacket *pkt)
static int yuv4_init(AVFormatContext *s)
Definition at line 294 of file yuv4mpegenc.c.