Searched refs:TeletextPage (Results 1 – 1 of 1) sorted by relevance
46 typedef struct TeletextPage struct52 } TeletextPage; argument69 TeletextPage *pages;510 TeletextPage *new_pages; in handler()540 if ((new_pages = av_realloc_array(ctx->pages, ctx->nb_pages + 1, sizeof(TeletextPage)))) { in handler()541 TeletextPage *cur_page = new_pages + ctx->nb_pages; in handler()