[vlc-devel] [PATCH] Fixed warnings on duplicate const modifiers
Jean-Baptiste Kempf
jb at videolan.org
Mon Dec 2 11:50:04 CET 2013
Please avoid touching yadif code, unless you are merging the code from
FFmpeg.
On 02 Dec, Maxim Bublis wrote :
> ---
> modules/video_filter/deinterlace/yadif.h | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/modules/video_filter/deinterlace/yadif.h b/modules/video_filter/deinterlace/yadif.h
> index 219b7a4..d91c147 100644
> --- a/modules/video_filter/deinterlace/yadif.h
> +++ b/modules/video_filter/deinterlace/yadif.h
> @@ -34,8 +34,8 @@
> typedef intptr_t x86_reg;
> typedef struct { uint64_t a, b; } xmm_reg;
>
> -DECLARE_ASM_CONST(16, const xmm_reg, pb_1) = {0x0101010101010101ULL, 0x0101010101010101ULL};
> -DECLARE_ASM_CONST(16, const xmm_reg, pw_1) = {0x0001000100010001ULL, 0x0001000100010001ULL};
> +DECLARE_ASM_CONST(16, xmm_reg, pb_1) = {0x0101010101010101ULL, 0x0101010101010101ULL};
> +DECLARE_ASM_CONST(16, xmm_reg, pw_1) = {0x0001000100010001ULL, 0x0001000100010001ULL};
>
>
> #ifdef CAN_COMPILE_SSSE3
> --
> 1.8.3.4 (Apple Git-47)
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
--
With my kindest regards,
--
Jean-Baptiste Kempf
http://www.jbkempf.com/ - +33 672 704 734
Sent from my Electronic Device
More information about the vlc-devel
mailing list