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
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
__
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