FFmpeg
|
img2enc.c File Reference
#include "libavutil/intreadwrite.h"
#include "libavutil/avstring.h"
#include "libavutil/log.h"
#include "libavutil/opt.h"
#include "libavutil/pixdesc.h"
#include "avformat.h"
#include "avio_internal.h"
#include "internal.h"
Include dependency graph for img2enc.c:
Go to the source code of this file.
Data Structures | |
struct | VideoMuxData |
Macros | |
#define | OFFSET(x) offsetof(VideoMuxData, x) |
#define | ENC AV_OPT_FLAG_ENCODING_PARAM |
Functions | |
static int | write_header (AVFormatContext *s) |
static int | write_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
static const AVOption | muxoptions [] |
Macro Definition Documentation
#define ENC AV_OPT_FLAG_ENCODING_PARAM |
#define OFFSET | ( | x | ) | offsetof(VideoMuxData, x) |
Function Documentation
|
static |
|
static |
Variable Documentation
|
static |
Initial value:
= {
{ "updatefirst", "continuously overwrite one file", OFFSET(update), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 1, ENC },
{ "update", "continuously overwrite one file", OFFSET(update), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 1, ENC },
{ "start_number", "set first number in the sequence", OFFSET(img_number), AV_OPT_TYPE_INT, { .i64 = 1 }, 1, INT_MAX, ENC },
{ NULL },
}
Definition: opt.h:222
Generated on Mon Nov 18 2024 06:52:07 for FFmpeg by 1.8.11