comparison libswscale/swscale.h @ 24772:fff1db0add79

Add FFMPEG_ prefix to all multiple inclusion guards.
author diego
date Thu, 18 Oct 2007 09:30:33 +0000
parents 5159b5f8784e
children 5168398f65b9
comparison
equal deleted inserted replaced
24771:14e4e1ca7988 24772:fff1db0add79
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 SWSCALE_H 21 #ifndef FFMPEG_SWSCALE_H
22 #define SWSCALE_H 22 #define FFMPEG_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
136 struct SwsContext *sws_getCachedContext(struct SwsContext *context, 136 struct SwsContext *sws_getCachedContext(struct SwsContext *context,
137 int srcW, int srcH, int srcFormat, 137 int srcW, int srcH, int srcFormat,
138 int dstW, int dstH, int dstFormat, int flags, 138 int dstW, int dstH, int dstFormat, int flags,
139 SwsFilter *srcFilter, SwsFilter *dstFilter, double *param); 139 SwsFilter *srcFilter, SwsFilter *dstFilter, double *param);
140 140
141 #endif 141 #endif /* FFMPEG_SWSCALE_H */