summaryrefslogtreecommitdiffstats
path: root/libswscale
diff options
context:
space:
mode:
authorstefano <stefano@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-05-23 10:02:30 +0000
committerstefano <stefano@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-05-23 10:02:30 +0000
commit505326f6df364414f1057dec1a37e0a46e1714e6 (patch)
tree77d66dd703852603ecd85f8ae1e89a6d4513e4d7 /libswscale
parent1dce94a26d376f6781b9345d39169d8b6aaa4f0c (diff)
downloadmpv-505326f6df364414f1057dec1a37e0a46e1714e6.tar.bz2
mpv-505326f6df364414f1057dec1a37e0a46e1714e6.tar.xz
Add empty newline to separate function declarations, for better
readability. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31192 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libswscale')
-rw-r--r--libswscale/swscale.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libswscale/swscale.h b/libswscale/swscale.h
index 7df4a3e8d3..f6e0ccfd48 100644
--- a/libswscale/swscale.h
+++ b/libswscale/swscale.h
@@ -194,6 +194,7 @@ struct SwsContext *sws_getContext(int srcW, int srcH, enum PixelFormat srcFormat
*/
int sws_scale(struct SwsContext *context, const uint8_t* const srcSlice[], const int srcStride[],
int srcSliceY, int srcSliceH, uint8_t* const dst[], const int dstStride[]);
+
#if LIBSWSCALE_VERSION_MAJOR < 1
/**
* @deprecated Use sws_scale() instead.