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:
Haihao Xiang 2020-07-15 08:37:39 +08:00
parent 2778fd7e31
commit e7160a97cf

View file

@ -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