Commit 49073022 authored by Michael Niedermayer's avatar Michael Niedermayer

lavc: Document that AVOptions should be used.

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 645cebbe
......@@ -1185,6 +1185,8 @@ typedef struct AVFrame {
* New fields can be added to the end with minor version bumps.
* Removal, reordering and changes to existing fields require a major
* version bump.
* Please use AVOptions (av_opt_set/get*()) to access these fields from user
* applications.
* sizeof(AVCodecContext) must not be used outside libav*.
*/
typedef struct AVCodecContext {
......
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