Commit 4547d883 authored by Gavin Kinsey's avatar Gavin Kinsey Committed by Michael Niedermayer

Fix compilation for C++ applications

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent b27ac355
......@@ -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
* 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);
/**
* @}
*/
......
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