Lines Matching defs:avctx
28 int ff_ass_subtitle_header_full(AVCodecContext *avctx,
36 avctx->subtitle_header = av_asprintf(
71 !(avctx->flags & AV_CODEC_FLAG_BITEXACT) ? AV_STRINGIFY(LIBAVCODEC_VERSION) : "",
76 if (!avctx->subtitle_header)
78 avctx->subtitle_header_size = strlen(avctx->subtitle_header);
82 int ff_ass_subtitle_header(AVCodecContext *avctx,
88 return ff_ass_subtitle_header_full(avctx,
96 int ff_ass_subtitle_header_default(AVCodecContext *avctx)
98 return ff_ass_subtitle_header(avctx, ASS_DEFAULT_FONT,
164 void ff_ass_decoder_flush(AVCodecContext *avctx)
166 FFASSDecoderContext *s = avctx->priv_data;
167 if (!(avctx->flags2 & AV_CODEC_FLAG2_RO_FLUSH_NOOP))