Commit 8711d8d7 authored by stefano's avatar stefano

Fix typo in libavcodec/opt.h.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13912 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent bcae3c9d
...@@ -55,7 +55,7 @@ typedef struct AVOption { ...@@ -55,7 +55,7 @@ typedef struct AVOption {
/** /**
* The offset relative to the context structure where the option * The offset relative to the context structure where the option
* value is stored. It should be 0 for named constant. * value is stored. It should be 0 for named constants.
*/ */
int offset; int offset;
enum AVOptionType type; enum AVOptionType type;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment