libavformat/nullenc.c File Reference

#include "avformat.h"

Go to the source code of this file.

Functions

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

Variables

AVOutputFormat ff_null_muxer


Function Documentation

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

Definition at line 24 of file nullenc.c.


Variable Documentation

Initial value:

 {
    .name              = "null",
    .long_name         = NULL_IF_CONFIG_SMALL("raw null video format"),
    .audio_codec       = AV_NE(CODEC_ID_PCM_S16BE, CODEC_ID_PCM_S16LE),
    .video_codec       = CODEC_ID_RAWVIDEO,
    .write_packet      = null_write_packet,
    .flags = AVFMT_NOFILE | AVFMT_NOTIMESTAMPS | AVFMT_RAWPICTURE,
}

Definition at line 29 of file nullenc.c.


Generated on Fri Oct 26 02:46:13 2012 for FFmpeg by  doxygen 1.5.8