#include "avformat.h"
#include "internal.h"
#include "subtitles.h"
#include "libavutil/intreadwrite.h"
Go to the source code of this file.
#define MAX_LINESIZE 2048 |
Value:
" at line %d\n",
line, i); \
continue; \
} \
p++
#define AV_LOG_WARNING
Something somehow does not look correct.
void av_log(void *avcl, int level, const char *fmt,...) av_printf_format(3
Send the specified message to the log if the level is less than or equal to the current av_log_level...
if((e=av_dict_get(options,"", NULL, AV_DICT_IGNORE_SUFFIX)))
Referenced by microdvd_read_header().
static int64_t get_pts |
( |
const char * |
buf | ) |
|
|
static |
static int get_duration |
( |
const char * |
buf | ) |
|
|
static |
static int microdvd_read_seek |
( |
AVFormatContext * |
s, |
|
|
int |
stream_index, |
|
|
int64_t |
min_ts, |
|
|
int64_t |
ts, |
|
|
int64_t |
max_ts, |
|
|
int |
flags |
|
) |
| |
|
static |
Initial value:= {
.name = "microdvd",
}
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 read_header(FFV1Context *f)
static int read_packet(AVFormatContext *ctx, AVPacket *pkt)
Definition at line 158 of file microdvddec.c.