Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh de Kock <josh@itanimul.li>2018-03-23 23:38:25 +0300
committerJosh de Kock <josh@itanimul.li>2018-04-01 01:26:31 +0300
commit65452bcd6416bf94193664a45816a055d2ff15b0 (patch)
treeea9a4dabced1f8cba5d8f90d7353dfda8ff72bb2 /libavformat/avformat.h
parentd8ae40611bc01257776b71f20d774eb720151906 (diff)
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[]);
/**
* @}
*/