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-04 12:35:22 +0300
committerHenrik Gramner <gramner@twoorioles.com>2018-10-04 15:06:10 +0300
commit9923967842794c2af3b3991ff97a16bef5e2197e (patch)
treeb26733632013cc79e9270597296994f60f8c2144 /src/decode.h
parentaa0fc4718bca67f521ac5ef21b29719764182cf1 (diff)
Correctly use dav1d_ prefix for global symbols
Diffstat (limited to 'src/decode.h')
-rw-r--r--src/decode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decode.h b/src/decode.h
index 5947976..82b4d51 100644
--- a/src/decode.h
+++ b/src/decode.h
@@ -30,6 +30,6 @@
#include "src/internal.h"
-int submit_frame(Dav1dContext *c);
+int dav1d_submit_frame(Dav1dContext *c);
#endif /* __DAV1D_SRC_DECODE_H__ */