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
path: root/src/obu.h
diff options
context:
space:
mode:
authorHenrik Gramner <gramner@twoorioles.com>2018-10-04 12:35:22 +0300
committerHenrik Gramner <gramner@twoorioles.com>2018-10-04 15:06:10 +0300
commit9923967842794c2af3b3991ff97a16bef5e2197e (patch)
treeb26733632013cc79e9270597296994f60f8c2144 /src/obu.h
parentaa0fc4718bca67f521ac5ef21b29719764182cf1 (diff)
Correctly use dav1d_ prefix for global symbols
Diffstat (limited to 'src/obu.h')
-rw-r--r--src/obu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/obu.h b/src/obu.h
index df476fc..ead6707 100644
--- a/src/obu.h
+++ b/src/obu.h
@@ -31,6 +31,6 @@
#include "dav1d/data.h"
#include "src/internal.h"
-int parse_obus(Dav1dContext *c, Dav1dData *in);
+int dav1d_parse_obus(Dav1dContext *c, Dav1dData *in);
#endif /* __DAV1D_SRC_OBU_H__ */