Browse Source

s/#AVClass/AVClass/, consistent with the rest of the doxy.

Originally committed as revision 16085 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Stefano Sabatini 16 years ago
parent
commit
8f993c6725
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/opt.h

+ 1
- 1
libavcodec/opt.h View File

@@ -91,7 +91,7 @@ typedef struct AVOption {
* for which it is the case that opt->flags & mask == flags).
*
* @param[in] obj a pointer to a struct whose first element is a
* pointer to an #AVClass
* pointer to an AVClass
* @param[in] name the name of the option to look for
* @param[in] unit the unit of the option to look for, or any if NULL
* @return a pointer to the option found, or NULL if no option


Loading…
Cancel
Save