lavf: remove FF_API_ALLOC_FORMAT_CONTEXT cruft

This commit is contained in:
Anton Khirnov
2011-02-03 12:42:38 +01:00
parent 5048e36c99
commit 4df001d77f
3 changed files with 0 additions and 17 deletions

View File

@ -84,10 +84,3 @@ AVFormatContext *avformat_alloc_context(void)
ic->av_class = &av_format_context_class;
return ic;
}
#if FF_API_ALLOC_FORMAT_CONTEXT
AVFormatContext *av_alloc_format_context(void)
{
return avformat_alloc_context();
}
#endif