mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-12 01:40:04 +01:00
lavf: remove FF_API_ALLOC_FORMAT_CONTEXT cruft
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user