libavformat/crcenc.c File Reference

#include "avformat.h"
#include "adler32.h"

Go to the source code of this file.

Data Structures

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 Thu Apr 2 07:15:43 2009 for ffmpeg by  doxygen 1.5.6