comparison ppc/imgresample_altivec.h @ 7760:c4a4495715dd libavcodec

Globally rename the header inclusion guard names. Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_".
author stefano
date Sun, 31 Aug 2008 07:39:47 +0000
parents 3b73d2fbc9e4
children
comparison
equal deleted inserted replaced
7759:892ca48b7d76 7760:c4a4495715dd
14 * You should have received a copy of the GNU Lesser General Public 14 * You should have received a copy of the GNU Lesser General Public
15 * License along with FFmpeg; if not, write to the Free Software 15 * License along with FFmpeg; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 16 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
17 */ 17 */
18 18
19 #ifndef FFMPEG_IMGRESAMPLE_ALTIVEC_H 19 #ifndef AVCODEC_PPC_IMGRESAMPLE_ALTIVEC_H
20 #define FFMPEG_IMGRESAMPLE_ALTIVEC_H 20 #define AVCODEC_PPC_IMGRESAMPLE_ALTIVEC_H
21 21
22 #include <stdint.h> 22 #include <stdint.h>
23 23
24 void v_resample16_altivec(uint8_t *dst, int dst_width, const uint8_t *src, 24 void v_resample16_altivec(uint8_t *dst, int dst_width, const uint8_t *src,
25 int wrap, int16_t *filter); 25 int wrap, int16_t *filter);
26 #endif /* FFMPEG_IMGRESAMPLE_ALTIVEC_H */ 26 #endif /* AVCODEC_PPC_IMGRESAMPLE_ALTIVEC_H */