Commit 9209249b authored by Michael Niedermayer's avatar Michael Niedermayer

lavc: better reference to AVOptions

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