summaryrefslogtreecommitdiff
path: root/src/i965_yuv_coefs.h
diff options
context:
space:
mode:
authorXiang, Haihao <haihao.xiang@intel.com>2017-03-23 15:31:47 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2017-04-07 16:32:33 +0800
commit85d5aa7602fcc5e0561f93eff155353cbf903816 (patch)
treef5816d85b8e42416c846c3b56984595c24da137f /src/i965_yuv_coefs.h
parent38a124e1f94682162ac12c00f8106ac6a627b3cd (diff)
downloadlibva-intel-driver-85d5aa7602fcc5e0561f93eff155353cbf903816.tar.gz
Unify the coding style in the driver
Linux coding style is used in the driver source code. Use the command below to format/indent .c/.h files $> astyle --style=linux -cnpUH -s4 -M120 <file> A script of style_unify is added in the top-level directory to handle all .c/.h files in the driver. There is no change to any functionality This fixes https://github.com/01org/intel-vaapi-driver/issues/99 Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
Diffstat (limited to 'src/i965_yuv_coefs.h')
-rw-r--r--src/i965_yuv_coefs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/i965_yuv_coefs.h b/src/i965_yuv_coefs.h
index f58f903b..c5be6847 100644
--- a/src/i965_yuv_coefs.h
+++ b/src/i965_yuv_coefs.h
@@ -30,7 +30,7 @@
#include <va/va.h>
#include <va/va_vpp.h>
-VAProcColorStandardType i915_filter_to_color_standard (unsigned int filter);
-const float *i915_color_standard_to_coefs (VAProcColorStandardType standard, size_t *length);
+VAProcColorStandardType i915_filter_to_color_standard(unsigned int filter);
+const float *i915_color_standard_to_coefs(VAProcColorStandardType standard, size_t *length);
#endif /* __I965_YUV_COEFS_H__ */