From 8eb887f56f3170c4fa25ad2f743aaee5c1afa112 Mon Sep 17 00:00:00 2001 From: "fbarchard@google.com" Date: Wed, 15 Apr 2015 23:09:09 +0000 Subject: [PATCH] add empty header for backwards compatibility. BUG=none TESTED=lint passes Review URL: https://webrtc-codereview.appspot.com/46919004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1371 16f28f9a-4ce2-e073-06de-1de4eb20be90 --- include/libyuv/format_conversion.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 include/libyuv/format_conversion.h diff --git a/include/libyuv/format_conversion.h b/include/libyuv/format_conversion.h new file mode 100644 index 000000000..537bc2cc0 --- /dev/null +++ b/include/libyuv/format_conversion.h @@ -0,0 +1,17 @@ +/* + * Copyright 2015 The LibYuv Project Authors. All rights reserved. + * + * Use of this source code is governed by a BSD-style license + * that can be found in the LICENSE file in the root of the source + * tree. An additional intellectual property rights grant can be found + * in the file PATENTS. All contributing project authors may + * be found in the AUTHORS file in the root of the source tree. + */ + +/* format_conversion.h has been deprecated. */ +/* Functionality for bayer formats (BGGR) removed. */ + +#ifndef INCLUDE_LIBYUV_FORMAT_CONVERSION_H_ // NOLINT +#define INCLUDE_LIBYUV_FORMAT_CONVERSION_H_ +#endif // INCLUDE_LIBYUV_FORMAT_CONVERSION_H_ +