diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-05-23 10:02:30 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-05-23 10:02:30 +0000 |
commit | d458b7d445bc08876d45942be060cbec1df16f1b (patch) | |
tree | 355f7865feee3335afdd00b21f4e6f8c6c6f46d3 /libswscale | |
parent | cca68a543048c22494edd09c2fd27b2b0e7ccb7e (diff) | |
download | ffmpeg-d458b7d445bc08876d45942be060cbec1df16f1b.tar.gz |
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')
-rw-r--r-- | libswscale/swscale.h | 1 |
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. |