Re: [FFmpeg-devel] [PATCH]lavfi/nnedi: Fix a compilation warning

2016-02-22 Thread Carl Eugen Hoyos
Paul B Mahol gmail.com> writes: > > Attached patch fixes the following warning for me when compiling nnedi: > > libavfilter/vf_nnedi.c:611:15: warning: assignment discards `const' > > qualifier > > from pointer target type > > > > Please comment, Carl Eugen > > ok Patch applied. Thank you, Car

Re: [FFmpeg-devel] [PATCH]lavfi/nnedi: Fix a compilation warning

2016-02-22 Thread Paul B Mahol
On 2/22/16, Carl Eugen Hoyos wrote: > Hi! > > Attached patch fixes the following warning for me when compiling nnedi: > libavfilter/vf_nnedi.c:611:15: warning: assignment discards `const' > qualifier > from pointer target type > > Please comment, Carl Eugen > ok __

[FFmpeg-devel] [PATCH]lavfi/nnedi: Fix a compilation warning

2016-02-22 Thread Carl Eugen Hoyos
Hi! Attached patch fixes the following warning for me when compiling nnedi: libavfilter/vf_nnedi.c:611:15: warning: assignment discards ‘const’ qualifier from pointer target type Please comment, Carl Eugen diff --git a/libavfilter/vf_nnedi.c b/libavfilter/vf_nnedi.c index 330d3d6..b14aa64 100644