Commit b236eb49 authored by Stefano Sabatini's avatar Stefano Sabatini

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

parent 98e7c1ee
...@@ -690,7 +690,7 @@ int av_opt_set_video_rate(void *obj, const char *name, AVRational val, int searc ...@@ -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 * @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 (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); int av_opt_get_int (void *obj, const char *name, int search_flags, int64_t *out_val);
......
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