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

Function get_subtitle_defaults

libavcodec/decode.c:829–833  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

827}
828
829static void get_subtitle_defaults(AVSubtitle *sub)
830{
831 memset(sub, 0, sizeof(*sub));
832 sub->pts = AV_NOPTS_VALUE;
833}
834
835#define UTF8_MAX_BYTES 4 /* 5 and 6 bytes sequences should not be used */
836static int recode_subtitle(AVCodecContext *avctx, const AVPacket **outpkt,

Callers 1

avcodec_decode_subtitle2Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected