libavformat/mkvtimestamp_v2.c File Reference

#include "avformat.h"
#include "internal.h"

Go to the source code of this file.

Functions

static int write_header (AVFormatContext *s)
static int write_packet (AVFormatContext *s, AVPacket *pkt)

Variables

AVOutputFormat ff_mkvtimestamp_v2_muxer


Function Documentation

static int write_header ( AVFormatContext s  )  [static]

Definition at line 25 of file mkvtimestamp_v2.c.

static int write_packet ( AVFormatContext s,
AVPacket pkt 
) [static]

Definition at line 33 of file mkvtimestamp_v2.c.


Variable Documentation

Initial value:

 {
    "mkvtimestamp_v2",
    NULL_IF_CONFIG_SMALL("extract pts as timecode v2 format, as defined by mkvtoolnix"),
    NULL,
    "",
    0,
    CODEC_ID_NONE,
    CODEC_ID_RAWVIDEO,
    write_header,
    write_packet,
}

Definition at line 44 of file mkvtimestamp_v2.c.


Generated on Fri Oct 26 02:43:52 2012 for FFmpeg by  doxygen 1.5.8