X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=ffmpeg%200.7%2Finclude%2Flibavutil%2Fopt.h;h=c967ed5c6bba1d144591a18a24fad4520dd8aebf;hb=f125bd720bf68257b9a0adbfc4ec1caef0596a2d;hp=b04c7905d61398f463b04a93d9eeb7b0b0033ad7;hpb=4f7058172b7b297e10aad63001a9f4521846b06e;p=casparcg diff --git a/ffmpeg 0.7/include/libavutil/opt.h b/ffmpeg 0.7/include/libavutil/opt.h index b04c7905d..c967ed5c6 100644 --- a/ffmpeg 0.7/include/libavutil/opt.h +++ b/ffmpeg 0.7/include/libavutil/opt.h @@ -176,4 +176,9 @@ void av_opt_set_defaults2(void *s, int mask, int flags); int av_set_options_string(void *ctx, const char *opts, const char *key_val_sep, const char *pairs_sep); +/** + * Free all string and binary options in obj. + */ +void av_opt_free(void *obj); + #endif /* AVUTIL_OPT_H */