Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Gramner <gramner@twoorioles.com>2018-10-02 21:14:43 +0300
committerJean-Baptiste Kempf <jb@videolan.org>2018-10-03 10:57:03 +0300
commitd2d79ed7f0b319b2e9c2e495d5b4dff9bd94ec8a (patch)
treee883d0d442174d83eb068b24d57076e96a29e6f4 /include/dav1d/dav1d.h
parentc6788ed5ee9401962b820be30e1b91d47a923daa (diff)
Remove dav1d_init()
Perform the library initialization as part of dav1d_open() instead.
Diffstat (limited to 'include/dav1d/dav1d.h')
-rw-r--r--include/dav1d/dav1d.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/dav1d/dav1d.h b/include/dav1d/dav1d.h
index 43250a6..372f746 100644
--- a/include/dav1d/dav1d.h
+++ b/include/dav1d/dav1d.h
@@ -40,11 +40,6 @@ typedef struct Dav1dSettings {
int n_tile_threads;
} Dav1dSettings;
-/*
- * Init the library.
- */
-DAV1D_API void dav1d_init(void);
-
/**
* Get library version.
*/