SAMI subtitle decoder.  
More...
Go to the source code of this file.
Initial value:= {
    .name           = "sami",
}
static int sami_decode_frame(AVCodecContext *avctx, void *data, int *got_sub_ptr, AVPacket *avpkt)
 
static void flush(AVCodecContext *avctx)
 
static av_cold int init(AVCodecContext *avctx)
 
static av_cold int sami_init(AVCodecContext *avctx)
 
static av_cold int sami_close(AVCodecContext *avctx)
 
static void sami_flush(AVCodecContext *avctx)
 
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
 
static int decode(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *pkt)
 
 
Definition at line 173 of file samidec.c.