Searched defs:AVSubtitleRect (Results 1 – 1 of 1) sorted by relevance
2277 typedef struct AVSubtitleRect { struct2278 int x; ///< top left corner of pict, undefined when pict is not set2279 int y; ///< top left corner of pict, undefined when pict is not set2303 } AVSubtitleRect; argument