[FFmpeg-cvslog] lavu/frame: fix not/note typo in doxy.
Clément Bœsch
git at videolan.org
Sun Mar 10 02:07:46 CET 2013
ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Sun Mar 10 02:07:34 2013 +0100| [e53061154f42cda93052a2f558e1c4697e3b0c1a] | committer: Clément Bœsch
lavu/frame: fix not/note typo in doxy.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e53061154f42cda93052a2f558e1c4697e3b0c1a
---
libavutil/frame.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavutil/frame.h b/libavutil/frame.h
index 26cb31c..fa4ffa8 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().
More information about the ffmpeg-cvslog
mailing list