Commit 31f93fc5 authored by Michael Niedermayer's avatar Michael Niedermayer

lavc: Fix sizeof(AVFrame) useability docs

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent b9d2b451
...@@ -949,7 +949,7 @@ typedef struct AVPacket { ...@@ -949,7 +949,7 @@ typedef struct AVPacket {
* without breaking compatibility with each other. * without breaking compatibility with each other.
* Removal, reordering and changes in the remaining cases require * Removal, reordering and changes in the remaining cases require
* a major version bump. * a major version bump.
* sizeof(AVFrame) must not be used outside libav*. * sizeof(AVFrame) must not be used outside libavcodec.
*/ */
typedef struct AVFrame { typedef struct AVFrame {
#if FF_API_DATA_POINTERS #if FF_API_DATA_POINTERS
......
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