forked from FFmpeg/FFmpeg
Fix compilation for C++ applications
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
b27ac355b7
commit
4547d883d3
1 changed files with 1 additions and 1 deletions
|
@ -595,7 +595,7 @@ int av_opt_get_q (void *obj, const char *name, int search_flags, AVRational
|
||||||
* @returns a pointer to the field, it can be cast to the correct type and read
|
* @returns a pointer to the field, it can be cast to the correct type and read
|
||||||
* or written to.
|
* or written to.
|
||||||
*/
|
*/
|
||||||
void *av_opt_ptr(const AVClass *class, void *obj, const char *name);
|
void *av_opt_ptr(const AVClass *avclass, void *obj, const char *name);
|
||||||
/**
|
/**
|
||||||
* @}
|
* @}
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue