#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.
◆ BLURAY_PROTO_PREFIX
#define BLURAY_PROTO_PREFIX "bluray:" |
◆ MIN_PLAYLIST_LENGTH
#define MIN_PLAYLIST_LENGTH 180 /* 3 min */ |
◆ OFFSET
◆ check_disc_info()
◆ bluray_close()
◆ bluray_open()
◆ bluray_read()
◆ bluray_seek()
static int64_t bluray_seek |
( |
URLContext * |
h, |
|
|
int64_t |
pos, |
|
|
int |
whence |
|
) |
| |
|
static |
◆ options
Initial value:
Definition at line 45 of file bluray.c.
◆ bluray_context_class
Initial value:= {
.class_name = "bluray",
}
Definition at line 53 of file bluray.c.
◆ ff_bluray_protocol
Initial value:
Definition at line 227 of file bluray.c.