You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
lavc: Document that AVOptions should be used.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -1185,6 +1185,8 @@ 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
|
||||||
|
* applications.
|
||||||
* sizeof(AVCodecContext) must not be used outside libav*.
|
* sizeof(AVCodecContext) must not be used outside libav*.
|
||||||
*/
|
*/
|
||||||
typedef struct AVCodecContext {
|
typedef struct AVCodecContext {
|
||||||
|
Reference in New Issue
Block a user