libavformat/ncdec.c File Reference

#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 ff_nc_demuxer


Define Documentation

#define NC_VIDEO_FLAG   0x1A5

Definition at line 26 of file ncdec.c.

Referenced by nc_probe(), and nc_read_packet().


Function Documentation

static int nc_probe ( AVProbeData probe_packet  )  [static]

Definition at line 28 of file ncdec.c.

static int nc_read_header ( AVFormatContext s,
AVFormatParameters ap 
) [static]

Definition at line 46 of file ncdec.c.

static int nc_read_packet ( AVFormatContext s,
AVPacket pkt 
) [static]

Definition at line 62 of file ncdec.c.


Variable Documentation

Initial value:

 {
    "nc",
    NULL_IF_CONFIG_SMALL("NC camera feed format"),
    0,
    nc_probe,
    nc_read_header,
    nc_read_packet,
    .extensions = "v",
}

Definition at line 93 of file ncdec.c.


Generated on Fri Oct 26 02:38:20 2012 for FFmpeg by  doxygen 1.5.8