libavformat/ffmetaenc.c File Reference

#include <inttypes.h>
#include "avformat.h"
#include "ffmeta.h"

Go to the source code of this file.

Functions

static void write_escape_str (AVIOContext *s, const uint8_t *str)
static void write_tags (AVIOContext *s, AVMetadata *m)
static int write_header (AVFormatContext *s)
static int write_trailer (AVFormatContext *s)
static int write_packet (AVFormatContext *s, AVPacket *pkt)

Variables

AVOutputFormat ff_ffmetadata_muxer


Function Documentation

static void write_escape_str ( AVIOContext s,
const uint8_t *  str 
) [static]

Definition at line 28 of file ffmetaenc.c.

Referenced by write_tags().

static int write_header ( AVFormatContext s  )  [static]

Definition at line 51 of file ffmetaenc.c.

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

Definition at line 87 of file ffmetaenc.c.

static void write_tags ( AVIOContext s,
AVMetadata m 
) [static]

Definition at line 40 of file ffmetaenc.c.

Referenced by write_trailer().

static int write_trailer ( AVFormatContext s  )  [static]

Definition at line 60 of file ffmetaenc.c.


Variable Documentation

Initial value:

 {
    .name          = "ffmetadata",
    .long_name     = NULL_IF_CONFIG_SMALL("FFmpeg metadata in text format"),
    .extensions    = "ffmeta",
    .write_header  = write_header,
    .write_packet  = write_packet,
    .write_trailer = write_trailer,
    .flags         = AVFMT_NOTIMESTAMPS | AVFMT_NOSTREAMS,
}

Definition at line 92 of file ffmetaenc.c.


Generated on Mon May 2 19:50:26 2011 for FFmpeg by  doxygen 1.5.6