Home
last modified time | relevance | path

Searched refs:find_smallest_bounding_rectangle (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Ddvdsubdec.c451 static int find_smallest_bounding_rectangle(DVDSubContext *ctx, AVSubtitle *s) in find_smallest_bounding_rectangle() function
604 if (!is_menu && find_smallest_bounding_rectangle(ctx, sub) == 0) in dvdsub_decode()