comparison libswscale/swscale.h @ 27467:239a049163eb

Change header inclusion guard names in line with FFmpeg r15120.
author stefano
date Sun, 31 Aug 2008 07:42:11 +0000
parents 1b5516898adb
children f5565112d12f
comparison
equal deleted inserted replaced
27466:ea01824701a5 27467:239a049163eb
16 * You should have received a copy of the GNU Lesser General Public 16 * You should have received a copy of the GNU Lesser General Public
17 * License along with FFmpeg; if not, write to the Free Software 17 * License along with FFmpeg; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19 */ 19 */
20 20
21 #ifndef FFMPEG_SWSCALE_H 21 #ifndef SWSCALE_SWSCALE_H
22 #define FFMPEG_SWSCALE_H 22 #define SWSCALE_SWSCALE_H
23 23
24 /** 24 /**
25 * @file swscale.h 25 * @file swscale.h
26 * @brief 26 * @brief
27 * external api for the swscale stuff 27 * external api for the swscale stuff
146 struct SwsContext *sws_getCachedContext(struct SwsContext *context, 146 struct SwsContext *sws_getCachedContext(struct SwsContext *context,
147 int srcW, int srcH, int srcFormat, 147 int srcW, int srcH, int srcFormat,
148 int dstW, int dstH, int dstFormat, int flags, 148 int dstW, int dstH, int dstFormat, int flags,
149 SwsFilter *srcFilter, SwsFilter *dstFilter, double *param); 149 SwsFilter *srcFilter, SwsFilter *dstFilter, double *param);
150 150
151 #endif /* FFMPEG_SWSCALE_H */ 151 #endif /* SWSCALE_SWSCALE_H */