Re: [FFmpeg-devel] [PATCH]lavfi/frei0r: Fix union and remove unneeded cast

2019-04-24 Thread Carl Eugen Hoyos
2019-04-24 22:27 GMT+02:00, Paul B Mahol : > On 4/23/19, Carl Eugen Hoyos wrote: >> Hi! >> >> I failed to test attached patch but it seems like a more useful fix for >> the following (past) warning: >> libavfilter/vf_frei0r.c:130:17: warning: assignment to ‘char **’ from >> incompatible pointer ty

Re: [FFmpeg-devel] [PATCH]lavfi/frei0r: Fix union and remove unneeded cast

2019-04-24 Thread Paul B Mahol
On 4/23/19, Carl Eugen Hoyos wrote: > Hi! > > I failed to test attached patch but it seems like a more useful fix for > the following (past) warning: > libavfilter/vf_frei0r.c:130:17: warning: assignment to ‘char **’ from > incompatible pointer type ‘char *’ > > Please comment, Carl Eugen > LGTM

Re: [FFmpeg-devel] [PATCH]lavfi/frei0r: Fix union and remove unneeded cast

2019-04-23 Thread myp...@gmail.com
On Wed, Apr 24, 2019 at 5:12 AM Carl Eugen Hoyos wrote: > > Hi! > > I failed to test attached patch but it seems like a more useful fix for > the following (past) warning: > libavfilter/vf_frei0r.c:130:17: warning: assignment to ‘char **’ from > incompatible pointer type ‘char *’ > > Please commen

[FFmpeg-devel] [PATCH]lavfi/frei0r: Fix union and remove unneeded cast

2019-04-23 Thread Carl Eugen Hoyos
Hi! I failed to test attached patch but it seems like a more useful fix for the following (past) warning: libavfilter/vf_frei0r.c:130:17: warning: assignment to ‘char **’ from incompatible pointer type ‘char *’ Please comment, Carl Eugen From c0d6001012f3da95ee493905c7411dc20839f4c8 Mon Sep 17 00