[FFmpeg-cvslog] libavformat/avformat.h: fix stray libavformat reference

Michael Niedermayer git at videolan.org
Wed Feb 1 05:07:57 CET 2012


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Wed Feb  1 04:41:07 2012 +0100| [9fdae05607c9f406bb529ff8a1d05e00bcba3601] | committer: Michael Niedermayer

libavformat/avformat.h: fix stray libavformat reference

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9fdae05607c9f406bb529ff8a1d05e00bcba3601
---

 libavformat/avformat.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index dae0c07..61cb280 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -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).



More information about the ffmpeg-cvslog mailing list