mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-27 21:20:41 +00:00
libavformat/avformat.h: fix stray libavformat reference
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
c4bdb2bf93
commit
9fdae05607
@ -50,7 +50,7 @@
|
||||
*
|
||||
* Main lavf structure used for both muxing and demuxing is AVFormatContext,
|
||||
* 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
|
||||
* AVFormatContext, use avformat_alloc_context() (some functions, like
|
||||
* avformat_open_input() might do that for you).
|
||||
|
Loading…
Reference in New Issue
Block a user