diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-09-18 15:41:28 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-09-18 16:06:28 +0200 |
commit | 9209249ba102045343c457e79041fcefcbb80aca (patch) | |
tree | 7aa77d9898404a7cb3f10fde929631eacfa88021 | |
parent | 0812ad01c88a8352a13c91b9f5bc7b801229d4d0 (diff) | |
download | ffmpeg-9209249ba102045343c457e79041fcefcbb80aca.tar.gz |
lavc: better reference to AVOptions
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavcodec/avcodec.h | 2 |
1 files changed, 1 insertions, 1 deletions
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*. */ |