Commit 10d98248 authored by Tim Walker's avatar Tim Walker

lavu: fix typo in documentation.

parent 57ead844
......@@ -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().
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment