diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-07-28 12:30:19 +0200 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-08-04 00:23:00 +0200 |
commit | 4ce0a94656591eb2a6f567e0c6778e2cc96c17b0 (patch) | |
tree | 460714e93f5249da2daf62dec5f0386e4bd559a7 /libswscale/utils.c | |
parent | 99c7b516414e76c90446a865ca5a02df3117f694 (diff) | |
download | ffmpeg-4ce0a94656591eb2a6f567e0c6778e2cc96c17b0.tar.gz |
lsws: remove deprecated and unused stuff after the 0->1 major bump
Diffstat (limited to 'libswscale/utils.c')
-rw-r--r-- | libswscale/utils.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libswscale/utils.c b/libswscale/utils.c index afae13388c..27b28049c0 100644 --- a/libswscale/utils.c +++ b/libswscale/utils.c @@ -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; |