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, |
|
|
int64_t |
pos, |
|
|
int |
whence |
|
) |
| |
|
static |
static int nut_read_seek |
( |
AVFormatContext * |
avf, |
|
|
int |
stream_index, |
|
|
int64_t |
target_ts, |
|
|
int |
flags |
|
) |
| |
|
static |
Initial value:= {
{ 0, 0 },
}
preferred ID for decoding MPEG audio layer 1, 2 or 3
#define MKTAG(a, b, c, d)
Definition at line 41 of file libnut.c.
Initial value:= {
.name = "libnut",
.extensions = "nut",
}
static int read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp, int flags)
static int nut_read_header(AVFormatContext *avf)
static av_cold int read_close(AVFormatContext *ctx)
static int nut_read_seek(AVFormatContext *avf, int stream_index, int64_t target_ts, int flags)
#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(void *opaque, uint8_t *buf, int buf_size)
static int nut_probe(AVProbeData *p)
static int nut_read_close(AVFormatContext *s)
static int nut_read_packet(AVFormatContext *avf, AVPacket *pkt)
Definition at line 314 of file libnut.c.