mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-02-16 09:58:19 +00:00
lavc: Fix sizeof(AVFrame) useability docs
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
b9d2b45165
commit
31f93fc5f8
@ -949,7 +949,7 @@ typedef struct AVPacket {
|
||||
* without breaking compatibility with each other.
|
||||
* Removal, reordering and changes in the remaining cases require
|
||||
* a major version bump.
|
||||
* sizeof(AVFrame) must not be used outside libav*.
|
||||
* sizeof(AVFrame) must not be used outside libavcodec.
|
||||
*/
|
||||
typedef struct AVFrame {
|
||||
#if FF_API_DATA_POINTERS
|
||||
|
Loading…
x
Reference in New Issue
Block a user