mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-17 07:00:03 -05:00
format: add video modifier
This commit is contained in:
parent
37a72b2531
commit
6b565d2eab
1 changed files with 1 additions and 0 deletions
|
|
@ -108,6 +108,7 @@ enum spa_format {
|
|||
/* Video Format keys */
|
||||
SPA_FORMAT_START_Video = 0x20000,
|
||||
SPA_FORMAT_VIDEO_format, /**< video format (Id enum spa_video_format) */
|
||||
SPA_FORMAT_VIDEO_modifier, /**< format modifier (Long) */
|
||||
SPA_FORMAT_VIDEO_size, /**< size (Rectangle) */
|
||||
SPA_FORMAT_VIDEO_framerate, /**< frame rate (Fraction) */
|
||||
SPA_FORMAT_VIDEO_maxFramerate, /**< miximum frame rate (Fraction) */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue