mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-29 12:25:37 +00:00
postproc: Mark postproc filters table as const
This commit is contained in:
parent
36e0b54e61
commit
c023b6a47a
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ struct _PostProcDetails
|
|||
const char *description;
|
||||
};
|
||||
|
||||
static PostProcDetails filterdetails[] = {
|
||||
static const PostProcDetails filterdetails[] = {
|
||||
{"hb", "hdeblock", "horizontal deblocking filter"},
|
||||
{"vb", "vdeblock", "vertical deblocking filter"},
|
||||
{"h1", "x1hdeblock", "experimental horizontal deblocking filter 1"},
|
||||
|
|
Loading…
Reference in a new issue