summaryrefslogtreecommitdiff
path: root/ext/vpx/gstvpxdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/vpx/gstvpxdec.c')
-rw-r--r--ext/vpx/gstvpxdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/vpx/gstvpxdec.c b/ext/vpx/gstvpxdec.c
index da4322513..899103991 100644
--- a/ext/vpx/gstvpxdec.c
+++ b/ext/vpx/gstvpxdec.c
@@ -79,7 +79,7 @@ gst_vpx_dec_post_processing_flags_get_type (void)
{C_FLAGS (VP8_MFQE), "Multi-frame quality enhancement", "mfqe"},
{0, NULL, NULL}
};
- static volatile GType id = 0;
+ static GType id = 0;
if (g_once_init_enter ((gsize *) & id)) {
GType _id;