MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / text_encode_frame

Function text_encode_frame

libavcodec/srtenc.c:272–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270}
271
272static int text_encode_frame(AVCodecContext *avctx,
273 unsigned char *buf, int bufsize, const AVSubtitle *sub)
274{
275 return encode_frame(avctx, buf, bufsize, sub, &text_callbacks);
276}
277
278static av_cold int srt_encode_close(AVCodecContext *avctx)
279{

Callers

nothing calls this directly

Calls 1

encode_frameFunction · 0.70

Tested by

no test coverage detected