]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/bit_depth_template.c
ppc: More consistent names for H.264 optimizations files
[ffmpeg] / libavcodec / bit_depth_template.c
index 294b3bbfd253e951cc24cb1045ad3ad46920700d..37d02adaf21a6d740072343a4c81e24a5a642447 100644 (file)
@@ -16,7 +16,6 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#include "dsputil.h"
 #include "rnd_avg.h"
 
 #ifndef BIT_DEPTH
@@ -71,7 +70,7 @@
 #   define pixel4 uint32_t
 #   define dctcoef int16_t
 
-#   define INIT_CLIP uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;
+#   define INIT_CLIP const uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;
 #   define no_rnd_avg_pixel4 no_rnd_avg32
 #   define    rnd_avg_pixel4    rnd_avg32
 #   define AV_RN2P  AV_RN16