libavformat/libnut.c File Reference
NUT demuxing and muxing via libnut.
More...
#include "avformat.h"
#include "riff.h"
#include <libnut.h>
Go to the source code of this file.
Detailed Description
NUT demuxing and muxing via libnut.
- Author:
- Oded Shimon <ods15@ods15.dyndns.org>
Definition in file libnut.c.
Define Documentation
#define ID_LENGTH (strlen(ID_STRING) + 1) |
#define ID_STRING "nut/multimedia container" |
Function Documentation
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] |
Variable Documentation
Initial value:
Definition at line 300 of file libnut.c.
Initial value:
{
{ CODEC_ID_MPEG4, MKTAG('m', 'p', '4', 'v') },
{ CODEC_ID_MP3, MKTAG('m', 'p', '3', ' ') },
{ CODEC_ID_VORBIS, MKTAG('v', 'r', 'b', 's') },
{ 0, 0 },
}
Definition at line 40 of file libnut.c.