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, AVFormatParameters *ap)
 
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 184 of file avisynth.c.

static int avisynth_read_header ( AVFormatContext s,
AVFormatParameters ap 
)
static

Definition at line 44 of file avisynth.c.

static int avisynth_read_packet ( AVFormatContext s,
AVPacket pkt 
)
static

Definition at line 150 of file avisynth.c.

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

Definition at line 200 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:200
static int read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp, int flags)
Definition: libcdio.c:148
static int read_header(FFV1Context *f)
Definition: ffv1.c:1513
static av_cold int read_close(AVFormatContext *ctx)
Definition: libcdio.c:140
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:191
static int avisynth_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition: avisynth.c:150
static int read_packet(AVFormatContext *ctx, AVPacket *pkt)
Definition: libcdio.c:109
static int avisynth_read_close(AVFormatContext *s)
Definition: avisynth.c:184
static int avisynth_read_header(AVFormatContext *s, AVFormatParameters *ap)
Definition: avisynth.c:44

Definition at line 213 of file avisynth.c.