diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-09-18 15:20:05 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-09-18 15:33:50 +0200 |
commit | 49073022369d048b123d8ffa9c96a38179c763ce (patch) | |
tree | bc31cfde87e2fb2dd0c173852a035454b7648a7a /libavcodec | |
parent | 645cebbe4f4ea0031a1257e3ff43387cea86fa83 (diff) | |
download | ffmpeg-49073022369d048b123d8ffa9c96a38179c763ce.tar.gz |
lavc: Document that AVOptions should be used.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/avcodec.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 8e771dd293..c0b84a7677 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -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 { |