summaryrefslogtreecommitdiff
path: root/libavformat/avformat.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/avformat.h
parent0995641202741e56874d468fbdacf2f8728535a2 (diff)
downloadffmpeg-42d26145e9561d0e7cc700b79be9e34caf449ecc.tar.gz
lavf: move avpriv function definition to internal.h
Signed-off-by: Josh de Kock <josh@itanimul.li>
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index ec4e5f45f5..a2fe7c6bb2 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -3060,8 +3060,6 @@ int avformat_transfer_internal_stream_timing_info(const AVOutputFormat *ofmt,
*/
AVRational av_stream_get_codec_timebase(const AVStream *st);
-
-void avpriv_register_devices(const AVOutputFormat * const o[], const AVInputFormat * const i[]);
/**
* @}
*/