mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 05:45:58 +00:00
Drop extraneous comma.
This commit is contained in:
parent
e6b3cfeacd
commit
8d9b365a5b
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ static const GstVaapiProfileMap gst_vaapi_profiles[] = {
|
|||
"video/mpeg, mpegversion=4", "simple"
|
||||
},
|
||||
{ GST_VAAPI_PROFILE_MPEG4_ADVANCED_SIMPLE, VAProfileMPEG4AdvancedSimple,
|
||||
"video/mpeg, mpegversion=4", "advanced-simple",
|
||||
"video/mpeg, mpegversion=4", "advanced-simple"
|
||||
},
|
||||
{ GST_VAAPI_PROFILE_MPEG4_MAIN, VAProfileMPEG4Main,
|
||||
"video/mpeg, mpegversion=4", "main"
|
||||
|
|
Loading…
Reference in a new issue