diff options
author | Tim Walker <tdskywalker@gmail.com> | 2013-12-17 15:47:31 +0000 |
---|---|---|
committer | Tim Walker <tdskywalker@gmail.com> | 2013-12-22 22:35:23 +0100 |
commit | 10d982480f9acf83b2059797794ca8a0f300b615 (patch) | |
tree | 3b1e438240bbd6eb9f1cf4a8a68a72eb402d80ef /libavutil/frame.h | |
parent | 57ead8449e44bd07b3d4a5bd42f1aab64566f92e (diff) | |
download | ffmpeg-10d982480f9acf83b2059797794ca8a0f300b615.tar.gz |
lavu: fix typo in documentation.
Diffstat (limited to 'libavutil/frame.h')
-rw-r--r-- | libavutil/frame.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/frame.h b/libavutil/frame.h index 1b3db9845d..16e2177bd2 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(). |