Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2013-03-10 05:07:34 +0400
committerClément Bœsch <ubitux@gmail.com>2013-03-10 05:07:34 +0400
commite53061154f42cda93052a2f558e1c4697e3b0c1a (patch)
treec5344a4624737ef79af9404beab8da6b5be765a0 /libavutil/frame.h
parent5e4bc96415e10ce1b8b1fd5f88aee76b51080778 (diff)
lavu/frame: fix not/note typo in doxy.
Diffstat (limited to 'libavutil/frame.h')
-rw-r--r--libavutil/frame.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/frame.h b/libavutil/frame.h
index 26cb31c758..fa4ffa8fd9 100644
--- a/libavutil/frame.h
+++ b/libavutil/frame.h
@@ -47,7 +47,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().