NUT demuxing and muxing via libnut.
More...
#include "avformat.h"
#include "internal.h"
#include "riff.h"
#include <libnut.h>
Go to the source code of this file.
NUT demuxing and muxing via libnut.
- Author
- Oded Shimon ods15.nosp@m.@ods.nosp@m.15.dy.nosp@m.ndns.nosp@m..org
Definition in file libnut.c.
#define ID_STRING "nut/multimedia container" |
static size_t av_read |
( |
void * |
h, |
|
|
size_t |
len, |
|
|
uint8_t * |
buf |
|
) |
| |
|
static |
static off_t av_seek |
( |
void * |
h, |
|
|
long long |
pos, |
|
|
int |
whence |
|
) |
| |
|
static |
static int nut_read_seek |
( |
AVFormatContext * |
avf, |
|
|
int |
stream_index, |
|
|
int64_t |
target_ts, |
|
|
int |
flags |
|
) |
| |
|
static |
Initial value:
Definition at line 41 of file libnut.c.
Initial value:= {
.name = "libnut",
.extensions = "nut",
}
Definition at line 314 of file libnut.c.