|
FFmpeg
|
#include "libavutil/imgutils.h"#include "libavutil/pixdesc.h"#include "libavformat/avformat.h"#include "v4l2-common.h"Go to the source code of this file.
Data Structures | |
| struct | V4L2Context |
Functions | |
| static av_cold int | write_header (AVFormatContext *s1) |
| static int | write_packet (AVFormatContext *s1, AVPacket *pkt) |
| static int | write_trailer (AVFormatContext *s1) |
Variables | |
| static const AVClass | v4l2_class |
| const AVOutputFormat | ff_v4l2_muxer |
|
static |
|
static |
Definition at line 92 of file v4l2enc.c.
Referenced by avio_alloc_context(), and ffio_init_context().
|
static |
Definition at line 100 of file v4l2enc.c.
Referenced by segment_end().
|
static |
| const AVOutputFormat ff_v4l2_muxer |
1.8.17