summaryrefslogtreecommitdiff
path: root/test/test.h
diff options
context:
space:
mode:
authorAlfred E. Heggestad <alfred.heggestad@gmail.com>2018-03-29 21:55:48 +0200
committerAlfred E. Heggestad <alfred.heggestad@gmail.com>2018-03-29 21:55:48 +0200
commit01116a34b60191e97831860a96be81fafc5026ec (patch)
tree05c3e8d308a45527085e01bebfcac791ceac1c44 /test/test.h
parentaadb1c53c1bf95680354425aff4ac24310cd9a88 (diff)
test: add testcase for media encryption
Diffstat (limited to 'test/test.h')
-rw-r--r--test/test.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/test.h b/test/test.h
index 7977272..8072cfd 100644
--- a/test/test.h
+++ b/test/test.h
@@ -150,6 +150,14 @@ int mock_auplay_register(struct auplay **auplayp,
/*
+ * Mock Media encryption
+ */
+
+void mock_menc_register(void);
+void mock_menc_unregister(void);
+
+
+/*
* Mock Video-source
*/
@@ -208,6 +216,7 @@ int test_call_video(void);
int test_call_aulevel(void);
int test_call_progress(void);
int test_call_format_float(void);
+int test_call_mediaenc(void);
#ifdef USE_VIDEO
int test_video(void);