#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "internal.h"
Go to the source code of this file.
Define Documentation
#define NC_VIDEO_FLAG 0x1A5 |
Function Documentation
static int nc_probe |
( |
AVProbeData * |
probe_packet |
) |
[static] |
Variable Documentation
Initial value: {
.name = "nc",
.long_name = NULL_IF_CONFIG_SMALL("NC camera feed format"),
.read_probe = nc_probe,
.read_header = nc_read_header,
.read_packet = nc_read_packet,
.extensions = "v",
}
Definition at line 94 of file ncdec.c.