OSDN Git Service

lavc: Document that AVOptions should be used.
authorMichael Niedermayer <michaelni@gmx.at>
Sun, 18 Sep 2011 13:20:05 +0000 (15:20 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 18 Sep 2011 13:33:50 +0000 (15:33 +0200)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/avcodec.h

index 8e771dd..c0b84a7 100644 (file)
@@ -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 {