mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
lavc: better reference to AVOptions
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
0812ad01c8
commit
9209249ba1
@ -1185,7 +1185,7 @@ 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
|
||||
* Please use AVOptions (av_opt* / av_set/get*()) to access these fields from user
|
||||
* applications.
|
||||
* sizeof(AVCodecContext) must not be used outside libav*.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user