Searched defs:AVSubtitleRect (Results 1 – 1 of 1) sorted by relevance
2687 typedef struct AVSubtitleRect { struct2688 int x; ///< top left corner of pict, undefined when pict is not set2689 int y; ///< top left corner of pict, undefined when pict is not set2690 int w; ///< width of pict, undefined when pict is not set2691 int h; ///< height of pict, undefined when pict is not set2692 int nb_colors; ///< number of colors in pict, undefined when pict is not set2720 } AVSubtitleRect; argument