lavc: remove disabled FF_API_THREAD_INIT cruft.

This commit is contained in:
Anton Khirnov
2012-01-22 10:56:42 +01:00
parent 7831a7e4ec
commit 9a79bb552a
3 changed files with 0 additions and 19 deletions

View File

@@ -1810,14 +1810,6 @@ void ff_thread_await_progress(AVFrame *f, int progress, int field)
#endif
#if FF_API_THREAD_INIT
int avcodec_thread_init(AVCodecContext *s, int thread_count)
{
s->thread_count = thread_count;
return ff_thread_init(s);
}
#endif
enum AVMediaType avcodec_get_type(enum CodecID codec_id)
{
if (codec_id <= CODEC_ID_NONE)