1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-10-08 02:26:26 +02:00

lavu/frame: fix not/note typo in doxy.

This commit is contained in:
Clément Bœsch 2013-03-10 02:07:34 +01:00
parent 5e4bc96415
commit e53061154f

View File

@ -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().