]> git.sesse.net Git - ffmpeg/commitdiff
Allow h264pred_init_arm.c to compile.
authorBill Pringlemeir <bpringlemeir@yahoo.com>
Fri, 15 Apr 2011 17:15:23 +0000 (13:15 -0400)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 18 Apr 2011 18:40:14 +0000 (20:40 +0200)
SOB: Bill Pringlemeir <bpringlemeir@yahoo.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/arm/h264pred_init_arm.c

index 142f4b0177b66f72521001f6f64d789c6a6f9ee7..5b11b7da88b7b9c12c845e4d3d5d4cedf5b1de16 100644 (file)
@@ -74,7 +74,7 @@ static void ff_h264_pred_init_neon(H264PredContext *h, int codec_id, const int b
         h->pred16x16[PLANE_PRED8x8  ] = ff_pred16x16_plane_neon;
 }
 
-void ff_h264_pred_init_arm(H264PredContext *h, int codec_id, bit_depth)
+void ff_h264_pred_init_arm(H264PredContext *h, int codec_id, const int bit_depth)
 {
     if (HAVE_NEON)    ff_h264_pred_init_neon(h, codec_id, bit_depth);
 }