lavu: fix typo in documentation.
authorTim Walker <tdskywalker@gmail.com>
Tue, 17 Dec 2013 15:47:31 +0000 (15:47 +0000)
committerTim Walker <tdskywalker@gmail.com>
Sun, 22 Dec 2013 21:35:23 +0000 (22:35 +0100)
libavutil/frame.h

index 1b3db98..16e2177 100644 (file)
@@ -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().