diff options
author | Gwenole Beauchesne <gwenole.beauchesne@intel.com> | 2012-12-17 02:51:17 -0800 |
---|---|---|
committer | Gwenole Beauchesne <gwenole.beauchesne@intel.com> | 2012-12-17 14:33:52 +0100 |
commit | 0e5895c31847607f54b84477dac298c7ff2cf4f2 (patch) | |
tree | d1ab2d8e17abadd5ccd8188189eb504cacdd6004 /tests/test-mpeg4.h | |
parent | 1bd5ab4db379cacbfadaa74537aa2fc7ee3b2569 (diff) | |
download | gst-vaapi-0e5895c31847607f54b84477dac298c7ff2cf4f2.tar.gz |
tests: add test for MPEG-4:2 decoding.
Diffstat (limited to 'tests/test-mpeg4.h')
-rw-r--r-- | tests/test-mpeg4.h | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/tests/test-mpeg4.h b/tests/test-mpeg4.h new file mode 100644 index 00000000..8ac1e821 --- /dev/null +++ b/tests/test-mpeg4.h @@ -0,0 +1,30 @@ +/* + * test-mpeg4.h - MPEG-4 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_MPEG4_H +#define TEST_MPEG4_H + +#include <glib.h> +#include "test-decode.h" + +void mpeg4_get_video_info(VideoDecodeInfo *info); + +#endif /* TEST_MPEG4_H */ |