Commit 9fdae056 authored by Michael Niedermayer's avatar Michael Niedermayer

libavformat/avformat.h: fix stray libavformat reference

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent c4bdb2bf
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
* *
* Main lavf structure used for both muxing and demuxing is AVFormatContext, * Main lavf structure used for both muxing and demuxing is AVFormatContext,
* which exports all information about the file being read or written. As with * which exports all information about the file being read or written. As with
* most Libav structures, its size is not part of public ABI, so it cannot be * most Libavformat structures, its size is not part of public ABI, so it cannot be
* allocated on stack or directly with av_malloc(). To create an * allocated on stack or directly with av_malloc(). To create an
* AVFormatContext, use avformat_alloc_context() (some functions, like * AVFormatContext, use avformat_alloc_context() (some functions, like
* avformat_open_input() might do that for you). * avformat_open_input() might do that for you).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment