aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/test_ogg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/test_ogg.c')
-rw-r--r--src/plugins/test_ogg.c40
1 files changed, 40 insertions, 0 deletions
diff --git a/src/plugins/test_ogg.c b/src/plugins/test_ogg.c
index 0c3c11b..5b23efb 100644
--- a/src/plugins/test_ogg.c
+++ b/src/plugins/test_ogg.c
@@ -39,6 +39,46 @@ main (int argc, char *argv[])
39{ 39{
40 struct SolutionData courseclear_sol[] = 40 struct SolutionData courseclear_sol[] =
41 { 41 {
42 {
43 EXTRACTOR_METATYPE_MIMETYPE,
44 EXTRACTOR_METAFORMAT_UTF8,
45 "text/plain",
46 "application/ogg",
47 strlen ("application/ogg") + 1,
48 0
49 },
50 {
51 EXTRACTOR_METATYPE_VENDOR,
52 EXTRACTOR_METAFORMAT_UTF8,
53 "text/plain",
54 "Xiphophorus libVorbis I 20010813",
55 strlen ("Xiphophorus libVorbis I 20010813") + 1,
56 0
57 },
58 {
59 EXTRACTOR_METATYPE_TITLE,
60 EXTRACTOR_METAFORMAT_UTF8,
61 "text/plain",
62 "xoc_SMW_06_courseclear",
63 strlen ("xoc_SMW_06_courseclear") + 1,
64 0
65 },
66 {
67 EXTRACTOR_METATYPE_ARTIST,
68 EXTRACTOR_METAFORMAT_UTF8,
69 "text/plain",
70 "XOC",
71 strlen ("XOC") + 1,
72 0
73 },
74 {
75 EXTRACTOR_METATYPE_TRACK_NUMBER,
76 EXTRACTOR_METAFORMAT_UTF8,
77 "text/plain",
78 "6",
79 strlen ("6") + 1,
80 0
81 },
42 { 0, 0, NULL, NULL, 0, -1 } 82 { 0, 0, NULL, NULL, 0, -1 }
43 }; 83 };
44 struct ProblemSet ps[] = 84 struct ProblemSet ps[] =