Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Davcodec.h2659 typedef struct AVSubtitleRect { struct
2660 int x; ///< top left corner of pict, undefined when pict is not set
2661 int y; ///< top left corner of pict, undefined when pict is not set
2662 int w; ///< width of pict, undefined when pict is not set
2663 int h; ///< height of pict, undefined when pict is not set
2664 int nb_colors; ///< number of colors in pict, undefined when pict is not set
2692 } AVSubtitleRect; argument