Searched defs:AVSubtitleRect (Results 1 – 1 of 1) sorted by relevance
2659 typedef struct AVSubtitleRect { struct2660 int x; ///< top left corner of pict, undefined when pict is not set2661 int y; ///< top left corner of pict, undefined when pict is not set2662 int w; ///< width of pict, undefined when pict is not set2663 int h; ///< height of pict, undefined when pict is not set2664 int nb_colors; ///< number of colors in pict, undefined when pict is not set2692 } AVSubtitleRect; argument