libavformat/crcenc.c File Reference

#include "libavutil/adler32.h"
#include "avformat.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 ff_crc_muxer


Function Documentation

static int crc_write_header ( struct AVFormatContext s  )  [static]

Definition at line 29 of file crcenc.c.

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

Definition at line 39 of file crcenc.c.

static int crc_write_trailer ( struct AVFormatContext s  )  [static]

Definition at line 46 of file crcenc.c.


Variable Documentation

Initial value:

 {
    .name              = "crc",
    .long_name         = NULL_IF_CONFIG_SMALL("CRC testing"),
    .priv_data_size    = sizeof(CRCState),
    .audio_codec       = AV_CODEC_ID_PCM_S16LE,
    .video_codec       = AV_CODEC_ID_RAWVIDEO,
    .write_header      = crc_write_header,
    .write_packet      = crc_write_packet,
    .write_trailer     = crc_write_trailer,
    .flags             = AVFMT_NOTIMESTAMPS,
}

Definition at line 57 of file crcenc.c.


Generated on Fri Oct 26 02:50:10 2012 for FFmpeg by  doxygen 1.5.8