#include "avformat.h"
#include "internal.h"
#include "riff.h"
#include <windows.h>
#include <vfw.h>
Go to the source code of this file.
static int avisynth_read_seek |
( |
AVFormatContext * |
s, |
|
|
int |
stream_index, |
|
|
int64_t |
pts, |
|
|
int |
flags |
|
) |
| |
|
static |
Initial value:= {
.name = "avs",
.extensions = "avs",
}
static int avisynth_read_seek(AVFormatContext *s, int stream_index, int64_t pts, int flags)
static int read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp, int flags)
static int read_header(FFV1Context *f)
static av_cold int read_close(AVFormatContext *ctx)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int avisynth_read_packet(AVFormatContext *s, AVPacket *pkt)
static int read_packet(AVFormatContext *ctx, AVPacket *pkt)
static int avisynth_read_close(AVFormatContext *s)
static int avisynth_read_header(AVFormatContext *s, AVFormatParameters *ap)
Definition at line 213 of file avisynth.c.