From: Tim Walker Date: Tue, 17 Dec 2013 15:47:31 +0000 (+0000) Subject: lavu: fix typo in documentation. X-Git-Tag: v10_alpha2~138 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=10d982480f9acf83b2059797794ca8a0f300b615;p=platform%2Fupstream%2Flibav.git lavu: fix typo in documentation. --- 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().