summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-09-18 15:41:28 +0200
committerMichael Niedermayer <michaelni@gmx.at>2011-09-18 16:06:28 +0200
commit9209249ba102045343c457e79041fcefcbb80aca (patch)
tree7aa77d9898404a7cb3f10fde929631eacfa88021 /libavcodec/avcodec.h
parent0812ad01c88a8352a13c91b9f5bc7b801229d4d0 (diff)
lavc: better reference to AVOptions
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h2
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*.
*/