libavcodec/subviewerdec.c File Reference

SubViewer subtitle decoder. More...

#include "avcodec.h"
#include "ass.h"
#include "libavutil/bprint.h"

Go to the source code of this file.

Functions

static int subviewer_event_to_ass (AVBPrint *buf, const char *p)
static int subviewer_decode_frame (AVCodecContext *avctx, void *data, int *got_sub_ptr, AVPacket *avpkt)

Variables

AVCodec ff_subviewer_decoder


Detailed Description

SubViewer subtitle decoder.

See also:
https://en.wikipedia.org/wiki/SubViewer

Definition in file subviewerdec.c.


Function Documentation

static int subviewer_decode_frame ( AVCodecContext avctx,
void *  data,
int got_sub_ptr,
AVPacket avpkt 
) [static]

Definition at line 54 of file subviewerdec.c.

static int subviewer_event_to_ass ( AVBPrint buf,
const char *  p 
) [static]

Definition at line 31 of file subviewerdec.c.

Referenced by subviewer_decode_frame().


Variable Documentation

Initial value:

 {
    .name           = "subviewer",
    .long_name      = NULL_IF_CONFIG_SMALL("SubViewer subtitle"),
    .type           = AVMEDIA_TYPE_SUBTITLE,
    .id             = AV_CODEC_ID_SUBVIEWER,
    .decode         = subviewer_decode_frame,
    .init           = ff_ass_subtitle_header_default,
}

Definition at line 71 of file subviewerdec.c.


Generated on Fri Oct 26 02:50:07 2012 for FFmpeg by  doxygen 1.5.8