[FFmpeg-cvslog] lavu: fix typo in documentation.
Tim Walker
git at videolan.org
Mon Dec 23 13:12:02 CET 2013
ffmpeg | branch: master | Tim Walker <tdskywalker at gmail.com> | Tue Dec 17 15:47:31 2013 +0000| [10d982480f9acf83b2059797794ca8a0f300b615] | committer: Tim Walker
lavu: fix typo in documentation.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=10d982480f9acf83b2059797794ca8a0f300b615
---
libavutil/frame.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavutil/frame.h b/libavutil/frame.h
index 1b3db98..16e2177 100644
--- a/libavutil/frame.h
+++ b/libavutil/frame.h
@@ -58,7 +58,7 @@ typedef struct AVFrameSideData {
/**
* This structure describes decoded (raw) audio or video data.
*
- * AVFrame must be allocated using av_frame_alloc(). Not that this only
+ * AVFrame must be allocated using av_frame_alloc(). Note that this only
* allocates the AVFrame itself, the buffers for the data must be managed
* through other means (see below).
* AVFrame must be freed with av_frame_free().
More information about the ffmpeg-cvslog
mailing list