summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorJosh de Kock <josh@itanimul.li>2018-03-23 20:38:25 +0000
committerJosh de Kock <josh@itanimul.li>2018-03-31 23:26:31 +0100
commit65452bcd6416bf94193664a45816a055d2ff15b0 (patch)
treeea9a4dabced1f8cba5d8f90d7353dfda8ff72bb2 /libavformat/avformat.h
parentd8ae40611bc01257776b71f20d774eb720151906 (diff)
downloadffmpeg-65452bcd6416bf94193664a45816a055d2ff15b0.tar.gz
lavd: remove linked lists
Signed-off-by: Josh de Kock <josh@itanimul.li>
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index a2fe7c6bb2..ec4e5f45f5 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -3060,6 +3060,8 @@ 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[]);
/**
* @}
*/