mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +00:00
msdkh265enc: add the missing comma
Otherwise main-444 and main-444-10 are concatenated Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1436>
This commit is contained in:
parent
2778fd7e31
commit
e7160a97cf
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ enum
|
|||
#undef COMMON_FORMAT
|
||||
#undef PRFOLIE_STR
|
||||
#define FORMATS_1027 RAW_FORMATS ", Y410, Y210"
|
||||
#define PROFILES_1027 PROFILES "main-444-10, main-422-10"
|
||||
#define PROFILES_1027 PROFILES ", main-444-10, main-422-10"
|
||||
#define COMMON_FORMAT "{ " FORMATS_1027 " }"
|
||||
#define PRFOLIE_STR "{ " PROFILES_1027 " }"
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue