avisynth.c File Reference
#include "avformat.h"
#include "internal.h"
#include "riff.h"
#include <windows.h>
#include <vfw.h>

Go to the source code of this file.

Data Structures

struct  AVISynthStream
 
struct  AVISynthContext
 

Functions

static int avisynth_read_header (AVFormatContext *s)
 
static int avisynth_read_packet (AVFormatContext *s, AVPacket *pkt)
 
static int avisynth_read_close (AVFormatContext *s)
 
static int avisynth_read_seek (AVFormatContext *s, int stream_index, int64_t pts, int flags)
 

Variables

AVInputFormat ff_avisynth_demuxer
 

Function Documentation

static int avisynth_read_close ( AVFormatContext s)
static

Definition at line 192 of file avisynth.c.

static int avisynth_read_header ( AVFormatContext s)
static

Definition at line 44 of file avisynth.c.

static int avisynth_read_packet ( AVFormatContext s,
AVPacket pkt 
)
static

Definition at line 158 of file avisynth.c.

static int avisynth_read_seek ( AVFormatContext s,
int  stream_index,
int64_t  pts,
int  flags 
)
static

Definition at line 208 of file avisynth.c.

Variable Documentation

AVInputFormat ff_avisynth_demuxer
Initial value:
= {
.name = "avs",
.long_name = NULL_IF_CONFIG_SMALL("AVISynth"),
.priv_data_size = sizeof(AVISynthContext),
.extensions = "avs",
}
static int avisynth_read_seek(AVFormatContext *s, int stream_index, int64_t pts, int flags)
Definition: avisynth.c:208
static int read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp, int flags)
Definition: libcdio.c:153
static av_cold int read_close(AVFormatContext *ctx)
Definition: libcdio.c:145
static int avisynth_read_header(AVFormatContext *s)
Definition: avisynth.c:44
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:88
static int avisynth_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition: avisynth.c:158
static int read_header(FFV1Context *f)
Definition: ffv1dec.c:536
static int read_packet(AVFormatContext *ctx, AVPacket *pkt)
Definition: libcdio.c:114
static int avisynth_read_close(AVFormatContext *s)
Definition: avisynth.c:192

Definition at line 221 of file avisynth.c.