FFmpeg
|
Tele-typewriter demuxer. More...
#include "libavutil/intreadwrite.h"
#include "libavutil/avstring.h"
#include "libavutil/log.h"
#include "libavutil/dict.h"
#include "libavutil/opt.h"
#include "libavutil/parseutils.h"
#include "avformat.h"
#include "internal.h"
#include "sauce.h"
Go to the source code of this file.
Data Structures | |
struct | TtyDemuxContext |
Macros | |
#define | GET_EFI_META(name, size) |
#define | OFFSET(x) offsetof(TtyDemuxContext, x) |
#define | DEC AV_OPT_FLAG_DECODING_PARAM |
Functions | |
static int | efi_read (AVFormatContext *avctx, uint64_t start_pos) |
Parse EFI header. | |
static int | read_header (AVFormatContext *avctx) |
static int | read_packet (AVFormatContext *avctx, AVPacket *pkt) |
Variables | |
static const AVOption | options [] |
static const AVClass | tty_demuxer_class |
AVInputFormat | ff_tty_demuxer |
Tele-typewriter demuxer.
Definition in file tty.c.
#define OFFSET | ( | x | ) | offsetof(TtyDemuxContext, x) |
#define DEC AV_OPT_FLAG_DECODING_PARAM |
|
static |
|
static |
|
static |
|
static |
|
static |
AVInputFormat ff_tty_demuxer |