You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
lsws: remove deprecated and unused stuff after the 0->1 major bump
This commit is contained in:
@@ -1432,13 +1432,6 @@ void sws_printVec2(SwsVector *a, AVClass *log_ctx, int log_level)
|
||||
}
|
||||
}
|
||||
|
||||
#if LIBSWSCALE_VERSION_MAJOR < 1
|
||||
void sws_printVec(SwsVector *a)
|
||||
{
|
||||
sws_printVec2(a, NULL, AV_LOG_DEBUG);
|
||||
}
|
||||
#endif
|
||||
|
||||
void sws_freeVec(SwsVector *a)
|
||||
{
|
||||
if (!a) return;
|
||||
|
||||
Reference in New Issue
Block a user