From 49073022369d048b123d8ffa9c96a38179c763ce Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 18 Sep 2011 15:20:05 +0200 Subject: [PATCH] lavc: Document that AVOptions should be used. Signed-off-by: Michael Niedermayer --- libavcodec/avcodec.h | 2 ++ 1 file changed, 2 insertions(+) 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 {