Mercurial > mplayer.hg
changeset 31135:5a55c39743d1
Add empty newline to separate function declarations, for better
readability.
author | stefano |
---|---|
date | Sun, 23 May 2010 10:02:30 +0000 |
parents | 92755ba89e79 |
children | b50bb3e564d6 |
files | libswscale/swscale.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libswscale/swscale.h Sat May 22 16:32:39 2010 +0000 +++ b/libswscale/swscale.h Sun May 23 10:02:30 2010 +0000 @@ -194,6 +194,7 @@ */ 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.