OSDN Git Service

lavc: better reference to AVOptions
authorMichael Niedermayer <michaelni@gmx.at>
Sun, 18 Sep 2011 13:41:28 +0000 (15:41 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 18 Sep 2011 14:06:28 +0000 (16:06 +0200)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/avcodec.h

index c0b84a7..f4f8955 100644 (file)
@@ -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*.
  */