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 void decode(AVCodecContext *dec_ctx, AVPacket *pkt, AVFrame *frame, FILE *outfile)
 
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. ...
 
 
Definition at line 183 of file samidec.c.