shithub: dav1d

Download patch

ref: e68f19e8c66c268724e04a2f9f6754e2850adacd
parent: 618a5c0b04de957cdf616eb43ae522f3a0445cb1
author: Hugo Beauzée-Luyssen <hugo@videolan.org>
date: Thu Sep 27 07:51:38 EDT 2018

cdef: Add missing libaom header

Since some code is still taken from there

--- a/src/cdef.c
+++ b/src/cdef.c
@@ -25,6 +25,17 @@
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
+/*
+ * Copyright (c) 2001-2016, Alliance for Open Media. All rights reserved
+ *
+ * This source code is subject to the terms of the BSD 2 Clause License and
+ * the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License
+ * was not distributed with this source code in the LICENSE file, you can
+ * obtain it at www.aomedia.org/license/software. If the Alliance for Open
+ * Media Patent License 1.0 was not distributed with this source code in the
+ * PATENTS file, you can obtain it at www.aomedia.org/license/patent.
+ */
+
 #include "config.h"
 
 #include <assert.h>