1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2026-06-03 16:24:53 +02:00
Files
FFmpeg/libavcodec
Carl Eugen Hoyos 0576ef466d lavc/aarch64/h264dsp_init_aarch64: Fix weight function prototypes.
Fixes the following warnings:
libavcodec/aarch64/h264dsp_init_aarch64.c: In function ‘ff_h264dsp_init_aarch64’:
libavcodec/aarch64/h264dsp_init_aarch64.c:84:38: warning: assignment from incompatible pointer type [enabled by default]
         c->weight_h264_pixels_tab[0] = ff_weight_h264_pixels_16_neon;
                                      ^
libavcodec/aarch64/h264dsp_init_aarch64.c:85:38: warning: assignment from incompatible pointer type [enabled by default]
         c->weight_h264_pixels_tab[1] = ff_weight_h264_pixels_8_neon;
                                      ^
libavcodec/aarch64/h264dsp_init_aarch64.c:86:38: warning: assignment from incompatible pointer type [enabled by default]
         c->weight_h264_pixels_tab[2] = ff_weight_h264_pixels_4_neon;
                                      ^
libavcodec/aarch64/h264dsp_init_aarch64.c:88:40: warning: assignment from incompatible pointer type [enabled by default]
         c->biweight_h264_pixels_tab[0] = ff_biweight_h264_pixels_16_neon;
                                        ^
libavcodec/aarch64/h264dsp_init_aarch64.c:89:40: warning: assignment from incompatible pointer type [enabled by default]
         c->biweight_h264_pixels_tab[1] = ff_biweight_h264_pixels_8_neon;
                                        ^
libavcodec/aarch64/h264dsp_init_aarch64.c:90:40: warning: assignment from incompatible pointer type [enabled by default]
         c->biweight_h264_pixels_tab[2] = ff_biweight_h264_pixels_4_neon;
                                        ^
2018-07-13 21:28:04 +02:00
..
2018-07-03 20:15:01 +01:00
2018-04-30 21:50:12 +02:00
2018-02-09 22:10:56 +01:00
2017-10-03 19:47:37 -03:00
2018-07-03 20:15:01 +01:00
2018-07-03 20:15:01 +01:00
2018-04-19 22:59:40 +02:00
2017-11-09 19:49:32 +01:00
2018-02-24 17:06:31 +01:00
2018-02-24 17:06:31 +01:00
2018-07-03 20:15:01 +01:00
2018-01-05 03:35:48 +01:00
2017-10-03 19:47:37 -03:00
2017-10-03 19:47:37 -03:00
2018-04-25 23:09:47 +02:00
2017-08-30 12:13:01 +02:00
2017-09-16 19:55:03 +02:00
2017-08-30 12:13:01 +02:00
2018-05-25 20:09:22 +02:00
2017-12-10 14:43:01 +01:00
2018-02-24 17:06:31 +01:00
2017-12-11 00:42:26 -03:00
2018-07-03 20:15:01 +01:00
2017-10-03 19:47:37 -03:00
2017-10-03 19:47:37 -03:00
2017-12-10 14:43:01 +01:00
2018-01-03 13:00:06 -05:00
2018-03-07 22:26:53 +01:00
2018-03-29 00:05:52 -03:00
2018-05-10 23:03:50 +02:00
2017-12-19 23:22:35 +00:00
2018-05-05 21:35:31 +02:00
2018-03-07 22:26:53 +01:00
2017-09-22 01:33:22 +02:00
2018-02-24 04:50:55 +01:00
2018-07-03 20:15:01 +01:00
2017-10-04 23:14:37 +01:00
2018-02-21 23:38:30 +00:00
2018-02-21 23:38:30 +00:00
2018-04-25 22:07:20 +02:00
2018-07-03 20:15:01 +01:00
2017-12-19 23:21:59 +00:00
2017-12-19 23:21:59 +00:00
2017-09-22 01:33:22 +02:00
2017-10-03 19:47:37 -03:00