mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00:00
lavc: Document AVFrame av_opt_ptr() relation.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
406e9647a0
commit
b9d2b45165
@ -944,7 +944,10 @@ typedef struct AVPacket {
|
||||
/**
|
||||
* Audio Video Frame.
|
||||
* New fields can be added to the end of AVFRAME with minor version
|
||||
* bumps. Removal, reordering and changes to existing fields require
|
||||
* bumps. Similarly fields that are marked as to be only accessed by
|
||||
* av_opt_ptr() can be reordered. This allows 2 forks to add fields
|
||||
* 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*.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user