aboutsummaryrefslogtreecommitdiff
path: root/drivers/theora/dequant.h
diff options
context:
space:
mode:
authorRémi Verschelde2016-10-13 19:40:40 +0200
committerRémi Verschelde2016-10-15 11:50:41 +0200
commitcfcc8a20e862b758c32bd3f152186e6df0591a24 (patch)
treee9cf6ebad67c17ae60b8beb4d1468cbc94dbb982 /drivers/theora/dequant.h
parentda09c6131bcdace7e8e62c3dabc62890e9564c97 (diff)
downloadgodot-cfcc8a20e862b758c32bd3f152186e6df0591a24.tar.gz
godot-cfcc8a20e862b758c32bd3f152186e6df0591a24.tar.zst
godot-cfcc8a20e862b758c32bd3f152186e6df0591a24.zip
theora: Move to a module and split thirdparty lib
Same rationale as the previous commits.
Diffstat (limited to 'drivers/theora/dequant.h')
-rw-r--r--drivers/theora/dequant.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/drivers/theora/dequant.h b/drivers/theora/dequant.h
deleted file mode 100644
index ef25838e3..000000000
--- a/drivers/theora/dequant.h
+++ /dev/null
@@ -1,27 +0,0 @@
-/********************************************************************
- * *
- * THIS FILE IS PART OF THE OggTheora SOFTWARE CODEC SOURCE CODE. *
- * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
- * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
- * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
- * *
- * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2009 *
- * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
- * *
- ********************************************************************
-
- function:
- last mod: $Id: dequant.h 16503 2009-08-22 18:14:02Z giles $
-
- ********************************************************************/
-
-#if !defined(_dequant_H)
-# define _dequant_H (1)
-# include "quant.h"
-# include "bitpack.h"
-
-int oc_quant_params_unpack(oc_pack_buf *_opb,
- th_quant_info *_qinfo);
-void oc_quant_params_clear(th_quant_info *_qinfo);
-
-#endif