ARM: 1l c&p fix: do not set pred16x16_plane for rv40
authorMåns Rullgård <mans@mansr.com>
Wed, 2 Dec 2009 17:21:43 +0000 (17:21 +0000)
committerMåns Rullgård <mans@mansr.com>
Wed, 2 Dec 2009 17:21:43 +0000 (17:21 +0000)
Originally committed as revision 20705 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/arm/h264pred_init_arm.c

index a6e5bc2..a7d9960 100644 (file)
@@ -62,7 +62,6 @@ static void ff_h264_pred_init_neon(H264PredContext *h, int codec_id)
     h->pred16x16[DC_PRED8x8     ] = ff_pred16x16_dc_neon;
     h->pred16x16[VERT_PRED8x8   ] = ff_pred16x16_vert_neon;
     h->pred16x16[HOR_PRED8x8    ] = ff_pred16x16_hor_neon;
-    h->pred16x16[PLANE_PRED8x8  ] = ff_pred16x16_plane_neon;
     h->pred16x16[LEFT_DC_PRED8x8] = ff_pred16x16_left_dc_neon;
     h->pred16x16[TOP_DC_PRED8x8 ] = ff_pred16x16_top_dc_neon;
     h->pred16x16[DC_128_PRED8x8 ] = ff_pred16x16_128_dc_neon;