Home
last modified time | relevance | path

Searched refs:decode_sub (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dcodec_internal.h95 /* The codec is a decoder using the decode_sub callback;
186 int (*decode_sub)(struct AVCodecContext *avctx, struct AVSubtitle *sub, member
259 .cb.decode_sub = (func)
H A Ddecode.c847 ret = ffcodec(avctx->codec)->cb.decode_sub(avctx, sub, got_sub_ptr, pkt); in avcodec_decode_subtitle2()
/third_party/ffmpeg/libavcodec/tests/
H A Davcodec.c126 if (CHECK(DECODE, decode) || CHECK(DECODE_SUB, decode_sub) || in main()
160 ERR("Subtitle decoder %s does not implement decode_sub callback\n"); in main()

Completed in 4 milliseconds