Vividas VIV (.viv) file demuxer.
More...
#include "libavutil/intreadwrite.h"
#include "avio_internal.h"
#include "avformat.h"
#include "internal.h"
|
|
#define | MAX_AUDIO_SUBPACKETS 100 |
| |
Vividas VIV (.viv) file demuxer.
- Author
- Andrzej Szombierski [qq at kuku eu org] (2010-07)
- See also
- http://wiki.multimedia.cx/index.php?title=Vividas_VIV
§ ff_vividas_demuxer
Initial value:= {
.name = "vividas",
.read_probe = viv_probe,
.read_header = viv_read_header,
.read_packet = viv_read_packet,
.read_close = viv_read_close,
.read_seek = viv_read_seek,
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:186