You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
lavu/frame: fix not/note typo in doxy.
This commit is contained in:
@@ -47,7 +47,7 @@ typedef struct AVFrameSideData {
|
|||||||
/**
|
/**
|
||||||
* This structure describes decoded (raw) audio or video data.
|
* 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
|
* allocates the AVFrame itself, the buffers for the data must be managed
|
||||||
* through other means (see below).
|
* through other means (see below).
|
||||||
* AVFrame must be freed with av_frame_free().
|
* AVFrame must be freed with av_frame_free().
|
||||||
|
Reference in New Issue
Block a user