libavformat/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 199 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 166 of file avisynth.c.

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

Definition at line 215 of file avisynth.c.


Variable Documentation

Initial value:

 {
    .name           = "avs",
    .long_name      = NULL_IF_CONFIG_SMALL("AVISynth"),
    .priv_data_size = sizeof(AVISynthContext),
    .read_header    = avisynth_read_header,
    .read_packet    = avisynth_read_packet,
    .read_close     = avisynth_read_close,
    .read_seek      = avisynth_read_seek,
    .extensions     = "avs",
}

Definition at line 228 of file avisynth.c.


Generated on Fri Oct 26 02:50:10 2012 for FFmpeg by  doxygen 1.5.8