aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/test_thumbnailffmpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/test_thumbnailffmpeg.c')
-rw-r--r--src/plugins/test_thumbnailffmpeg.c20
1 files changed, 9 insertions, 11 deletions
diff --git a/src/plugins/test_thumbnailffmpeg.c b/src/plugins/test_thumbnailffmpeg.c
index b7ad9c5..3efd69b 100644
--- a/src/plugins/test_thumbnailffmpeg.c
+++ b/src/plugins/test_thumbnailffmpeg.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 THUMBNAILFFMPEG testcase. 30 * Main function for the THUMBNAILFFMPEG testcase.
32 * 31 *
@@ -37,17 +36,16 @@
37int 36int
38main (int argc, char *argv[]) 37main (int argc, char *argv[])
39{ 38{
40 struct SolutionData thumbnailffmpeg_video_sol[] = 39 struct SolutionData thumbnailffmpeg_video_sol[] = {
41 { 40 { 0, 0, NULL, NULL, 0, -1 }
42 { 0, 0, NULL, NULL, 0, -1 } 41 };
43 }; 42 struct ProblemSet ps[] = {
44 struct ProblemSet ps[] = 43 { "testdata/thumbnailffmpeg_video.mov",
45 { 44 thumbnailffmpeg_video_sol },
46 { "testdata/thumbnailffmpeg_video.mov", 45 { NULL, NULL }
47 thumbnailffmpeg_video_sol }, 46 };
48 { NULL, NULL }
49 };
50 return ET_main ("thumbnailffmpeg", ps); 47 return ET_main ("thumbnailffmpeg", ps);
51} 48}
52 49
50
53/* end of test_thumbnailffmpeg.c */ 51/* end of test_thumbnailffmpeg.c */