#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 BLURAY_PROTO_PREFIX "bluray:" |
#define MIN_PLAYLIST_LENGTH 180 /* 3 min */ |
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 |
Initial value:
Definition at line 45 of file bluray.c.
Initial value:= {
.class_name = "bluray",
}
Definition at line 53 of file bluray.c.
Initial value:
Definition at line 227 of file bluray.c.