diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-01-22 10:56:42 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-01-27 10:38:34 +0100 |
commit | 3211932c513338566b31d990d06957e15a644d13 (patch) | |
tree | cbd6739ea3b152061e89a11bbfc0b586f626bfb2 /libavcodec/avcodec.h | |
parent | 491f443e1f7ebcc8bf8be434ad7c383f5647aff9 (diff) | |
download | ffmpeg-streaming-3211932c513338566b31d990d06957e15a644d13.zip ffmpeg-streaming-3211932c513338566b31d990d06957e15a644d13.tar.gz |
lavc: remove disabled FF_API_AVCODEC_INIT cruft.
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index fa9dba7..d724ea1 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -3429,15 +3429,6 @@ const char *avcodec_configuration(void); */ const char *avcodec_license(void); -#if FF_API_AVCODEC_INIT -/** - * @deprecated this function is called automatically from avcodec_register() - * and avcodec_register_all(), there is no need to call it manually - */ -attribute_deprecated -void avcodec_init(void); -#endif - /** * Register the codec codec and initialize libavcodec. * |