FFmpeg
|
#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 "demux.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 | isansicode (int x) |
static int | read_probe (const AVProbeData *p) |
static int | efi_read (AVFormatContext *avctx, uint64_t start_pos) |
Parse EFI header. More... | |
static int | read_header (AVFormatContext *avctx) |
static int | read_packet (AVFormatContext *avctx, AVPacket *pkt) |
Variables | |
static const char | tty_extensions [31] = "ans,art,asc,diz,ice,nfo,txt,vt" |
static const AVOption | options [] |
static const AVClass | tty_demuxer_class |
const FFInputFormat | ff_tty_demuxer |
Tele-typewriter demuxer
Definition in file tty.c.
#define OFFSET | ( | x | ) | offsetof(TtyDemuxContext, x) |
#define DEC AV_OPT_FLAG_DECODING_PARAM |
Definition at line 38 of file tty.c.
Referenced by read_probe().
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 43 of file tty.c.
Referenced by read_probe().
|
static |
|
static |
const FFInputFormat ff_tty_demuxer |