summaryrefslogtreecommitdiff
path: root/tests/check/pipelines/oggmux.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/check/pipelines/oggmux.c')
-rw-r--r--tests/check/pipelines/oggmux.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/check/pipelines/oggmux.c b/tests/check/pipelines/oggmux.c
index 254f810d..dbb607b9 100644
--- a/tests/check/pipelines/oggmux.c
+++ b/tests/check/pipelines/oggmux.c
@@ -46,8 +46,8 @@ typedef struct
ChainCodec codec;
} ChainState;
-ogg_sync_state oggsync;
-GHashTable *eos_chain_states;
+static ogg_sync_state oggsync;
+static GHashTable *eos_chain_states;
static gulong probe_id;