crcenc.c File Reference

Go to the source code of this file.

Classes

struct  CRCState

Functions

static int crc_write_header (struct AVFormatContext *s)
static int crc_write_packet (struct AVFormatContext *s, AVPacket *pkt)
static int crc_write_trailer (struct AVFormatContext *s)

Variables

AVOutputFormat crc_muxer


Function Documentation

static int crc_write_header ( struct AVFormatContext s  )  [static]

Definition at line 28 of file crcenc.c.

static int crc_write_packet ( struct AVFormatContext s,
AVPacket pkt 
) [static]

Definition at line 38 of file crcenc.c.

static int crc_write_trailer ( struct AVFormatContext s  )  [static]

Definition at line 45 of file crcenc.c.


Variable Documentation

Initial value:

 {
    "crc",
    "crc testing format",
    NULL,
    "",
    sizeof(CRCState),
    CODEC_ID_PCM_S16LE,
    CODEC_ID_RAWVIDEO,
    crc_write_header,
    crc_write_packet,
    crc_write_trailer,
}

Definition at line 56 of file crcenc.c.


Generated on Sat Dec 18 05:15:51 2010 for MythTV by  doxygen 1.5.5