Re: [FFmpeg-devel] [PATCH]lavu/spherical: Make first parameter const

2017-03-16 Thread Carl Eugen Hoyos
2017-03-16 21:23 GMT+01:00 Carl Eugen Hoyos : > Hi! > > Attached patch silences a gcc warning when compiling ffprobe. Patch applied. Thank you both, Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmp

Re: [FFmpeg-devel] [PATCH]lavu/spherical: Make first parameter const

2017-03-16 Thread Vittorio Giovara
On Thu, Mar 16, 2017 at 4:26 PM, James Almer wrote: > On 3/16/2017 5:23 PM, Carl Eugen Hoyos wrote: >> Hi! >> >> Attached patch silences a gcc warning when compiling ffprobe. >> >> Please comment, Carl Eugen >> >> >> 0001-lavu-spherical-Make-AVSphericalMapping-pointer-param.patch >> >> >> From 504

Re: [FFmpeg-devel] [PATCH]lavu/spherical: Make first parameter const

2017-03-16 Thread James Almer
On 3/16/2017 5:23 PM, Carl Eugen Hoyos wrote: > Hi! > > Attached patch silences a gcc warning when compiling ffprobe. > > Please comment, Carl Eugen > > > 0001-lavu-spherical-Make-AVSphericalMapping-pointer-param.patch > > > From 5040ee6f7dd43c8d66a241aa0376839916cd3d9f Mon Sep 17 00:00:00 20

[FFmpeg-devel] [PATCH]lavu/spherical: Make first parameter const

2017-03-16 Thread Carl Eugen Hoyos
Hi! Attached patch silences a gcc warning when compiling ffprobe. Please comment, Carl Eugen From 5040ee6f7dd43c8d66a241aa0376839916cd3d9f Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Thu, 16 Mar 2017 21:19:48 +0100 Subject: [PATCH] lavu/spherical: Make AVSphericalMapping pointer parame