Index: mythtv/libs/libavcodec/libpostproc/postprocess.h
===================================================================
--- mythtv/libs/libavcodec/libpostproc/postprocess.h    (revision 7415)
+++ mythtv/libs/libavcodec/libpostproc/postprocess.h    (working copy)
@@ -31,7 +31,7 @@

 #define PP_QUALITY_MAX 6

-#define QP_STORE_T int8_t
+#define QP_STORE_T uint8_t

 typedef void pp_context_t;
 typedef void pp_mode_t;

Index: mythplugins/mythmusic/mythmusic/goom/tentacle3d.h
===================================================================
--- mythplugins/mythmusic/mythmusic/goom/tentacle3d.h   (revision 7415)
+++ mythplugins/mythmusic/mythmusic/goom/tentacle3d.h   (working copy)
@@ -2,7 +2,7 @@
 #define _TENTACLE3D_H

 void tentacle_new (void);
-void tentacle_update(int *buf, int *back, int W, int H, short[2][512], float, int drawit);
+void tentacle_update(uint *buf, uint *back, int W, int H, short[2][512], float, int drawit);
 void tentacle_free (void);

 #endif

