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 | 9a79bb552a518f26bec1b5306a03b76076bcf8eb (patch) | |
tree | 4c7951416819463771d127f44ef4037c74645a0e /libavcodec/avcodec.h | |
parent | 7831a7e4ec2c4e247095ec4167b90411bc5166e1 (diff) | |
download | ffmpeg-9a79bb552a518f26bec1b5306a03b76076bcf8eb.tar.gz |
lavc: remove disabled FF_API_THREAD_INIT cruft.
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 38df95f6b3..778b328674 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -3726,14 +3726,6 @@ void avcodec_align_dimensions2(AVCodecContext *s, int *width, int *height, enum PixelFormat avcodec_default_get_format(struct AVCodecContext *s, const enum PixelFormat * fmt); -#if FF_API_THREAD_INIT -/** - * @deprecated Set s->thread_count before calling avcodec_open2() instead of calling this. - */ -attribute_deprecated -int avcodec_thread_init(AVCodecContext *s, int thread_count); -#endif - int avcodec_default_execute(AVCodecContext *c, int (*func)(AVCodecContext *c2, void *arg2),void *arg, int *ret, int count, int size); int avcodec_default_execute2(AVCodecContext *c, int (*func)(AVCodecContext *c2, void *arg2, int, int),void *arg, int *ret, int count); //FIXME func typedef |