summaryrefslogtreecommitdiff
authorStefano Sabatini <stefasab@gmail.com>2013-10-17 15:08:11 (GMT)
committer Stefano Sabatini <stefasab@gmail.com>2013-10-17 16:03:03 (GMT)
commitb236eb49e1a19006185193563b6c2b5c3edc5ed3 (patch)
tree492c9288959efb096a27c056e015299745488718
parent98e7c1eed5593ee65741b62969bb105fc1608d0f (diff)
downloadffmpeg-b236eb49e1a19006185193563b6c2b5c3edc5ed3.zip
ffmpeg-b236eb49e1a19006185193563b6c2b5c3edc5ed3.tar.gz
ffmpeg-b236eb49e1a19006185193563b6c2b5c3edc5ed3.tar.bz2
lavu/opt.h: fix grammar typo in av_opt_get* doxy
Diffstat
-rw-r--r--libavutil/opt.h2
1 files changed, 1 insertions, 1 deletions
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);