summaryrefslogtreecommitdiff
path: root/libavformat/internal.h
diff options
context:
space:
mode:
authorJosh de Kock <josh@itanimul.li>2018-04-01 00:20:59 +0100
committerJosh de Kock <josh@itanimul.li>2018-04-02 02:16:14 +0100
commit42d26145e9561d0e7cc700b79be9e34caf449ecc (patch)
treef691264f4f8319b06e8300da5cc233dc4c52f4f0 /libavformat/internal.h
parent0995641202741e56874d468fbdacf2f8728535a2 (diff)
lavf: move avpriv function definition to internal.h
Signed-off-by: Josh de Kock <josh@itanimul.li>
Diffstat (limited to 'libavformat/internal.h')
-rw-r--r--libavformat/internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/internal.h b/libavformat/internal.h
index 619063097f..23eb7e8a7c 100644
--- a/libavformat/internal.h
+++ b/libavformat/internal.h
@@ -731,4 +731,5 @@ int ff_unlock_avformat(void);
*/
void ff_format_set_url(AVFormatContext *s, char *url);
+void avpriv_register_devices(const AVOutputFormat * const o[], const AVInputFormat * const i[]);
#endif /* AVFORMAT_INTERNAL_H */