From: Michael Niedermayer Date: Sun, 18 Sep 2011 13:41:28 +0000 (+0200) Subject: lavc: better reference to AVOptions X-Git-Tag: android-x86-4.4-r1~16138 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=9209249ba102045343c457e79041fcefcbb80aca;p=android-x86%2Fexternal-ffmpeg.git lavc: better reference to AVOptions Signed-off-by: Michael Niedermayer --- diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index c0b84a7677..f4f895537c 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -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*. */