Vivo stream demuxer.
More...
#include "libavutil/parseutils.h"
#include "avformat.h"
#include "internal.h"
Vivo stream demuxer.
- Author
- Daniel Verkamp <daniel at drv.nu>
- See also
- http://wiki.multimedia.cx/index.php?title=Vivo
§ ff_vivo_demuxer
Initial value:= {
.name = "vivo",
.read_probe = vivo_probe,
.read_header = vivo_read_header,
.read_packet = vivo_read_packet,
.extensions = "viv",
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:186