Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddvdsubenc.c265 uint8_t *vrect_data = NULL; in encode_dvd_subtitles() local
316 if (!(vrect_data = av_calloc(vrect.w, vrect.h))) in encode_dvd_subtitles()
318 vrect.data [0] = vrect_data; in encode_dvd_subtitles()
416 av_free(vrect_data); in encode_dvd_subtitles()