libavformat/bluray.c File Reference
#include <libbluray/bluray.h>
#include "libavutil/avstring.h"
#include "libavformat/avformat.h"
#include "libavformat/url.h"
#include "libavutil/opt.h"
Go to the source code of this file.
Define Documentation
#define BLURAY_PROTO_PREFIX "bluray:" |
#define MIN_PLAYLIST_LENGTH 180 |
Function Documentation
static int bluray_open |
( |
URLContext * |
h, |
|
|
const char * |
path, |
|
|
int |
flags | |
|
) |
| | [static] |
static int bluray_read |
( |
URLContext * |
h, |
|
|
unsigned char * |
buf, |
|
|
int |
size | |
|
) |
| | [static] |
static int64_t bluray_seek |
( |
URLContext * |
h, |
|
|
int64_t |
pos, |
|
|
int |
whence | |
|
) |
| | [static] |
Variable Documentation
Initial value:
Definition at line 53 of file bluray.c.
Initial value:
Definition at line 227 of file bluray.c.
Initial value:
{
{"playlist", "", OFFSET(playlist), AV_OPT_TYPE_INT, { .i64=-1 }, -1, 99999, AV_OPT_FLAG_DECODING_PARAM },
{"angle", "", OFFSET(angle), AV_OPT_TYPE_INT, { .i64=0 }, 0, 0xfe, AV_OPT_FLAG_DECODING_PARAM },
{"chapter", "", OFFSET(chapter), AV_OPT_TYPE_INT, { .i64=1 }, 1, 0xfffe, AV_OPT_FLAG_DECODING_PARAM },
{NULL}
}
Definition at line 45 of file bluray.c.