#include "libavutil/intreadwrite.h"#include "avformat.h"Go to the source code of this file.
Defines | |
| #define | NC_VIDEO_FLAG 0x1A5 | 
Functions | |
| static int | nc_probe (AVProbeData *probe_packet) | 
| static int | nc_read_header (AVFormatContext *s, AVFormatParameters *ap) | 
| static int | nc_read_packet (AVFormatContext *s, AVPacket *pkt) | 
Variables | |
| AVInputFormat | nc_demuxer | 
| #define NC_VIDEO_FLAG 0x1A5 | 
| static int nc_probe | ( | AVProbeData * | probe_packet | ) |  [static] | 
        
| static int nc_read_header | ( | AVFormatContext * | s, | |
| AVFormatParameters * | ap | |||
| ) |  [static] | 
        
| static int nc_read_packet | ( | AVFormatContext * | s, | |
| AVPacket * | pkt | |||
| ) |  [static] | 
        
Initial value:
 {
    "nc",
    NULL_IF_CONFIG_SMALL("NC camera feed format"),
    0,
    nc_probe,
    nc_read_header,
    nc_read_packet,
    .extensions = "v",
}
 1.5.8