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

Function srt_encode_frame

libavcodec/srtenc.c:266–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264}
265
266static int srt_encode_frame(AVCodecContext *avctx,
267 unsigned char *buf, int bufsize, const AVSubtitle *sub)
268{
269 return encode_frame(avctx, buf, bufsize, sub, &srt_callbacks);
270}
271
272static int text_encode_frame(AVCodecContext *avctx,
273 unsigned char *buf, int bufsize, const AVSubtitle *sub)

Callers

nothing calls this directly

Calls 1

encode_frameFunction · 0.70

Tested by

no test coverage detected