Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Ddvdsubdec.c201 static void reset_rects(AVSubtitle *sub_header) in reset_rects() argument
205 if (sub_header->rects) { in reset_rects()
206 for (i = 0; i < sub_header->num_rects; i++) { in reset_rects()
207 av_freep(&sub_header->rects[i]->data[0]); in reset_rects()
208 av_freep(&sub_header->rects[i]->data[1]); in reset_rects()
209 av_freep(&sub_header->rects[i]); in reset_rects()
211 av_freep(&sub_header->rects); in reset_rects()
212 sub_header->num_rects = 0; in reset_rects()
218 static int decode_dvd_subtitles(DVDSubContext *ctx, AVSubtitle *sub_header, in decode_dvd_subtitles() argument
274 sub_header in decode_dvd_subtitles()
[all...]

Completed in 1 milliseconds