Home
last modified time | relevance | path

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

/third_party/ffmpeg/libswscale/
Dslice.c38 s->should_free_lines = 0; in free_lines()
50 s->should_free_lines = 1; in alloc_lines()
90 s->should_free_lines = 0; in alloc_slice()
110 if (s->should_free_lines) in free_slice()
Dswscale_internal.h992 int should_free_lines; ///< flag to identify if there are dynamic allocated lines member