Browse Source

lavc: better reference to AVOptions

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.9
Michael Niedermayer 14 years ago
parent
commit
9209249ba1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/avcodec.h

+ 1
- 1
libavcodec/avcodec.h View 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*.
*/


Loading…
Cancel
Save