libavformat/jacosubenc.c File Reference

#include "avformat.h"
#include "rawenc.h"

Go to the source code of this file.

Functions

static int jacosub_write_header (AVFormatContext *s)

Variables

AVOutputFormat ff_jacosub_muxer


Function Documentation

static int jacosub_write_header ( AVFormatContext s  )  [static]

Definition at line 22 of file jacosubenc.c.


Variable Documentation

Initial value:

 {
    .name           = "jacosub",
    .long_name      = NULL_IF_CONFIG_SMALL("JACOsub subtitle format"),
    .mime_type      = "text/x-jacosub",
    .extensions     = "jss,js",
    .write_header   = jacosub_write_header,
    .write_packet   = ff_raw_write_packet,
    .flags          = AVFMT_TS_NONSTRICT,
    .subtitle_codec = CODEC_ID_JACOSUB,
}

Definition at line 33 of file jacosubenc.c.


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