summaryrefslogtreecommitdiff
path: root/tests/internal/test-mpeg2.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/internal/test-mpeg2.h')
-rw-r--r--tests/internal/test-mpeg2.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/tests/internal/test-mpeg2.h b/tests/internal/test-mpeg2.h
new file mode 100644
index 00000000..ba21d0f6
--- /dev/null
+++ b/tests/internal/test-mpeg2.h
@@ -0,0 +1,31 @@
+/*
+ * test-mpeg2.h - MPEG-2 test data
+ *
+ * Copyright (C) 2010-2011 Splitted-Desktop Systems
+ * Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
+ *
+ * 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_MPEG2_H
+#define TEST_MPEG2_H
+
+#include <glib.h>
+#include "test-decode.h"
+
+void mpeg2_get_video_info(VideoDecodeInfo *info);
+
+#endif /* TEST_MPEG2_H */