Home
last modified time | relevance | path

Searched defs:AVSubtitleRect (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Davcodec.h2687 typedef struct AVSubtitleRect { struct
2688 int x; ///< top left corner of pict, undefined when pict is not set
2689 int y; ///< top left corner of pict, undefined when pict is not set
2690 int w; ///< width of pict, undefined when pict is not set
2691 int h; ///< height of pict, undefined when pict is not set
2692 int nb_colors; ///< number of colors in pict, undefined when pict is not set
2720 } AVSubtitleRect; argument