From 9fdae05607c9f406bb529ff8a1d05e00bcba3601 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 1 Feb 2012 04:41:07 +0100 Subject: [PATCH] libavformat/avformat.h: fix stray libavformat reference Signed-off-by: Michael Niedermayer --- libavformat/avformat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/avformat.h b/libavformat/avformat.h index dae0c07ffb1..61cb280296a 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). -- 2.39.2