summaryrefslogtreecommitdiff
path: root/libswscale/swscale.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-05-23 10:02:30 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-05-23 10:02:30 +0000
commitd458b7d445bc08876d45942be060cbec1df16f1b (patch)
tree355f7865feee3335afdd00b21f4e6f8c6c6f46d3 /libswscale/swscale.h
parentcca68a543048c22494edd09c2fd27b2b0e7ccb7e (diff)
Add empty newline to separate function declarations, for better
readability. Originally committed as revision 31192 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale/swscale.h')
-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.