[FFmpeg-cvslog] arm/h264pred: add missing argument type.

Ronald S. Bultje git at videolan.org
Wed May 11 06:06:43 CEST 2011


ffmpeg | branch: master | Ronald S. Bultje <rsbultje at gmail.com> | Tue May 10 08:44:49 2011 -0400| [b27b54de31af2ad449291514e790aacde650ded2] | committer: Ronald S. Bultje

arm/h264pred: add missing argument type.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b27b54de31af2ad449291514e790aacde650ded2
---

 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 cae32d7..e96f339 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, int bit_depth)
 {
     if (HAVE_NEON)    ff_h264_pred_init_neon(h, codec_id, bit_depth);
 }



More information about the ffmpeg-cvslog mailing list