1
0
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:
Stefano Sabatini
2011-07-28 12:30:19 +02:00
parent 99c7b51641
commit 4ce0a94656
5 changed files with 0 additions and 70 deletions

View File

@@ -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;