comparison libmpcodecs/native/rtjpegn.h @ 26761:af8f8254a990

Add missing MPLAYER_ prefix to multiple inclusion guards.
author diego
date Sat, 17 May 2008 10:12:07 +0000
parents 5f526e8e3988
children ebb5a377e3cd
comparison
equal deleted inserted replaced
26760:424b12ccbc7b 26761:af8f8254a990
19 You should have received a copy of the GNU General Public License 19 You should have received a copy of the GNU General Public License
20 along with this program; if not, write to the Free Software 20 along with this program; if not, write to the Free Software
21 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 21 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
22 */ 22 */
23 23
24 #ifndef RTJPEGN_H 24 #ifndef MPLAYER_RTJPEGN_H
25 #define RTJPEGN_H 25 #define MPLAYER_RTJPEGN_H
26 26
27 #include <stdint.h> 27 #include <stdint.h>
28 28
29 #define __u8 uint8_t 29 #define __u8 uint8_t
30 #define __u16 uint16_t 30 #define __u16 uint16_t
56 extern void RTjpeg_yuvrgb8(__u8 *buf, __u8 *rgb, int stride); 56 extern void RTjpeg_yuvrgb8(__u8 *buf, __u8 *rgb, int stride);
57 extern void RTjpeg_yuvrgb16(__u8 *buf, __u8 *rgb, int stride); 57 extern void RTjpeg_yuvrgb16(__u8 *buf, __u8 *rgb, int stride);
58 extern void RTjpeg_yuvrgb24(__u8 *buf, __u8 *rgb, int stride); 58 extern void RTjpeg_yuvrgb24(__u8 *buf, __u8 *rgb, int stride);
59 extern void RTjpeg_yuvrgb32(__u8 *buf, __u8 *rgb, int stride); 59 extern void RTjpeg_yuvrgb32(__u8 *buf, __u8 *rgb, int stride);
60 60
61 #endif /* RTJPEGN_H */ 61 #endif /* MPLAYER_RTJPEGN_H */