diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-02-03 14:45:22 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-04-19 18:36:15 +0200 |
commit | 20d33ee8b1d2cf5ba4b4d4a81db0ff7b4a125dd3 (patch) | |
tree | 8e8571722c882455abfc19da5aa19c72d54ac430 /libavcodec/opt.h | |
parent | 42420e7b946272bc1e4b2aa2a95512c86db02831 (diff) | |
download | ffmpeg-20d33ee8b1d2cf5ba4b4d4a81db0ff7b4a125dd3.tar.gz |
lavc: remove the FF_API_OPT_SHOW cruft.
Diffstat (limited to 'libavcodec/opt.h')
-rw-r--r-- | libavcodec/opt.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libavcodec/opt.h b/libavcodec/opt.h index cf54354096..ece54aad24 100644 --- a/libavcodec/opt.h +++ b/libavcodec/opt.h @@ -45,11 +45,5 @@ attribute_deprecated const AVOption *av_set_string(void *obj, const char *name, */ attribute_deprecated const AVOption *av_set_string2(void *obj, const char *name, const char *val, int alloc); #endif -#if FF_API_OPT_SHOW -/** - * @deprecated Use av_opt_show2() instead. - */ -attribute_deprecated int av_opt_show(void *obj, void *av_log_obj); -#endif #endif /* AVCODEC_OPT_H */ |