summaryrefslogtreecommitdiff
path: root/tests/test-jpeg.h
diff options
context:
space:
mode:
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>2012-07-17 13:44:45 +0200
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>2012-07-17 18:02:16 +0200
commit776d120b7fed1d52f472f2f8f4a5f19464a9f22e (patch)
tree9f4bc2d02ae7318a338537cf6b7a247eef2a5601 /tests/test-jpeg.h
parent1139908487b3f24792d5e912d3156164e8f665aa (diff)
downloadgst-vaapi-776d120b7fed1d52f472f2f8f4a5f19464a9f22e.tar.gz
tests: add test for JPEG decoding.
Diffstat (limited to 'tests/test-jpeg.h')
-rw-r--r--tests/test-jpeg.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/tests/test-jpeg.h b/tests/test-jpeg.h
new file mode 100644
index 00000000..8fdbcfe3
--- /dev/null
+++ b/tests/test-jpeg.h
@@ -0,0 +1,30 @@
+/*
+ * test-jpeg.h - JPEG test data
+ *
+ * Copyright (C) 2012 Intel Corporation
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public License
+ * as published by the Free Software Foundation; either version 2.1
+ * of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301 USA
+*/
+
+#ifndef TEST_JPEG_H
+#define TEST_JPEG_H
+
+#include <glib.h>
+#include "test-decode.h"
+
+void jpeg_get_video_info(VideoDecodeInfo *info);
+
+#endif /* TEST_JPEG_H */