[FFmpeg-cvslog] Fix compilation for C++ applications

Gavin Kinsey git at videolan.org
Mon Dec 5 21:14:51 CET 2011


ffmpeg | branch: master | Gavin Kinsey <gkinsey at ad-holdings.co.uk> | Mon Dec  5 15:15:29 2011 +0000| [4547d883d39eb62a3b3c7e243df6826bbc8f5829] | committer: Michael Niedermayer

Fix compilation for C++ applications

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4547d883d39eb62a3b3c7e243df6826bbc8f5829
---

 libavutil/opt.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavutil/opt.h b/libavutil/opt.h
index 2d282b3..0196056 100644
--- a/libavutil/opt.h
+++ b/libavutil/opt.h
@@ -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);
 /**
  * @}
  */



More information about the ffmpeg-cvslog mailing list