[FFmpeg-cvslog] lavu/opt.h: fix grammar typo in av_opt_get* doxy

Stefano Sabatini git at videolan.org
Thu Oct 17 18:24:39 CEST 2013


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Thu Oct 17 17:08:11 2013 +0200| [b236eb49e1a19006185193563b6c2b5c3edc5ed3] | committer: Stefano Sabatini

lavu/opt.h: fix grammar typo in av_opt_get* doxy

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

 libavutil/opt.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavutil/opt.h b/libavutil/opt.h
index 331c5de..3d21065 100644
--- a/libavutil/opt.h
+++ b/libavutil/opt.h
@@ -690,7 +690,7 @@ int av_opt_set_video_rate(void *obj, const char *name, AVRational val, int searc
  * @return >=0 on success, a negative error code otherwise
  */
 /**
- * @note the returned string will av_malloc()ed and must be av_free()ed by the caller
+ * @note the returned string will be av_malloc()ed and must be av_free()ed by the caller
  */
 int av_opt_get       (void *obj, const char *name, int search_flags, uint8_t   **out_val);
 int av_opt_get_int   (void *obj, const char *name, int search_flags, int64_t    *out_val);



More information about the ffmpeg-cvslog mailing list