summaryrefslogtreecommitdiff
path: root/libavcodec/opt.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-02-03 14:45:22 +0100
committerAnton Khirnov <anton@khirnov.net>2011-04-19 18:36:15 +0200
commit20d33ee8b1d2cf5ba4b4d4a81db0ff7b4a125dd3 (patch)
tree8e8571722c882455abfc19da5aa19c72d54ac430 /libavcodec/opt.c
parent42420e7b946272bc1e4b2aa2a95512c86db02831 (diff)
lavc: remove the FF_API_OPT_SHOW cruft.
Diffstat (limited to 'libavcodec/opt.c')
-rw-r--r--libavcodec/opt.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/libavcodec/opt.c b/libavcodec/opt.c
index f41fae0ba1..3b89a3013c 100644
--- a/libavcodec/opt.c
+++ b/libavcodec/opt.c
@@ -80,10 +80,3 @@ const AVOption *av_set_string(void *obj, const char *name, const char *val){
return o;
}
#endif
-
-#if FF_API_OPT_SHOW
-int av_opt_show(void *obj, void *av_log_obj){
- return av_opt_show2(obj, av_log_obj,
- AV_OPT_FLAG_ENCODING_PARAM|AV_OPT_FLAG_DECODING_PARAM, 0);
-}
-#endif