diff options
author | Bill Pringlemeir | 2011-04-15 13:15:23 -0400 |
---|---|---|
committer | Michael Niedermayer | 2011-04-18 20:40:14 +0200 |
commit | fccff6e83ae343870f2aa9f5e29ff955bacac8d1 (patch) | |
tree | f0e81221fba4815432efd7a26991ceaa57419b8d /libavcodec/arm | |
parent | 62931e11d6b74386eeb377d1f677f55aca13ab3e (diff) |
Allow h264pred_init_arm.c to compile.
SOB: Bill Pringlemeir <bpringlemeir@yahoo.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/arm')
-rw-r--r-- | libavcodec/arm/h264pred_init_arm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/arm/h264pred_init_arm.c b/libavcodec/arm/h264pred_init_arm.c index 142f4b0177..5b11b7da88 100644 --- a/libavcodec/arm/h264pred_init_arm.c +++ b/libavcodec/arm/h264pred_init_arm.c @@ -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); } |