FFmpeg
|
#include "avformat.h"
Include dependency graph for nullenc.c:
Go to the source code of this file.
Functions | |
static int | null_write_packet (struct AVFormatContext *s, AVPacket *pkt) |
Variables | |
AVOutputFormat | ff_null_muxer |
Function Documentation
|
static |
Variable Documentation
AVOutputFormat ff_null_muxer |
Initial value:
= {
.name = "null",
.long_name = NULL_IF_CONFIG_SMALL("raw null video"),
.video_codec = AV_CODEC_ID_RAWVIDEO,
.write_packet = null_write_packet,
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
Definition: libavcodec/avcodec.h:300
#define AVFMT_RAWPICTURE
Format wants AVPicture structure for raw picture data.
Definition: avformat.h:348
static int null_write_packet(struct AVFormatContext *s, AVPacket *pkt)
Definition: nullenc.c:24
#define AVFMT_NOFILE
Demuxer will use avio_open, no opened file should be provided by the caller.
Definition: avformat.h:345
Definition: libavcodec/avcodec.h:299
Definition: libavcodec/avcodec.h:116
Generated on Mon Nov 18 2024 06:52:08 for FFmpeg by 1.8.11