#include "libavutil/channel_layout.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/intfloat.h"
#include "avformat.h"
#include "internal.h"
#include "riff.h"
Go to the source code of this file.
#define PKTSIZE |
( |
|
s | ) |
(s & 0xffffff) |
Enumerator |
---|
NUV_VIDEO |
|
NUV_EXTRADATA |
|
NUV_AUDIO |
|
NUV_SEEKP |
|
NUV_MYTHEXT |
|
Definition at line 41 of file nuv.c.
Definition at line 49 of file nuv.c.
read until we found all data needed for decoding
- Parameters
-
vst | video stream of which to change parameters |
ast | video stream of which to change parameters |
myth | set if this is a MythTVVideo format file |
- Returns
- 0 or AVERROR code
Definition at line 68 of file nuv.c.
Referenced by nuv_header().
Initial value:= {
}
preferred ID for decoding MPEG audio layer 1, 2 or 3
#define MKTAG(a, b, c, d)
Definition at line 29 of file nuv.c.
Initial value:= {
.name = "nuv",
}
#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(AVFormatContext *ctx, AVPacket *pkt)
Definition at line 306 of file nuv.c.