libavformat/framecrcenc.c File Reference

#include "libavutil/adler32.h"
#include "avformat.h"
#include "internal.h"

Go to the source code of this file.

Functions

static int framecrc_write_packet (struct AVFormatContext *s, AVPacket *pkt)

Variables

AVOutputFormat ff_framecrc_muxer


Function Documentation

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

Definition at line 26 of file framecrcenc.c.


Variable Documentation

Initial value:

 {
    .name              = "framecrc",
    .long_name         = NULL_IF_CONFIG_SMALL("framecrc testing format"),
    .audio_codec       = CODEC_ID_PCM_S16LE,
    .video_codec       = CODEC_ID_RAWVIDEO,
    .write_header      = ff_framehash_write_header,
    .write_packet      = framecrc_write_packet,
    .flags             = AVFMT_VARIABLE_FPS | AVFMT_TS_NONSTRICT,
}

Definition at line 38 of file framecrcenc.c.


Generated on Fri Oct 26 02:48:01 2012 for FFmpeg by  doxygen 1.5.8