aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/test_previewopus.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/test_previewopus.c')
-rw-r--r--src/plugins/test_previewopus.c22
1 files changed, 10 insertions, 12 deletions
diff --git a/src/plugins/test_previewopus.c b/src/plugins/test_previewopus.c
index 6178d19..6b0b1b8 100644
--- a/src/plugins/test_previewopus.c
+++ b/src/plugins/test_previewopus.c
@@ -26,7 +26,6 @@
26#include "test_lib.h" 26#include "test_lib.h"
27 27
28 28
29
30/** 29/**
31 * Main function for the previewopus testcase. 30 * Main function for the previewopus testcase.
32 * 31 *
@@ -37,18 +36,17 @@
37int 36int
38main (int argc, char *argv[]) 37main (int argc, char *argv[])
39{ 38{
40 struct SolutionData previewopus_audio_sol[] = 39 struct SolutionData previewopus_audio_sol[] = {
41 { 40 // TODO. Can't test as it depends on the encoder.
42 //TODO. Can't test as it depends on the encoder. 41 { 0, 0, NULL, NULL, 0, -1 }
43 { 0, 0, NULL, NULL, 0, -1 } 42 };
44 }; 43 struct ProblemSet ps[] = {
45 struct ProblemSet ps[] = 44 { "testdata/mpeg_alien.mpg",
46 { 45 previewopus_audio_sol },
47 { "testdata/mpeg_alien.mpg", 46 { NULL, NULL }
48 previewopus_audio_sol }, 47 };
49 { NULL, NULL }
50 };
51 return ET_main ("previewopus", ps); 48 return ET_main ("previewopus", ps);
52} 49}
53 50
51
54/* end of test_thumbnailffmpeg.c */ 52/* end of test_thumbnailffmpeg.c */