Re: [FFmpeg-devel] [PATCH] lavfi/vf_srcnn: use avio_check instead of access

2018-05-08 Thread Hendrik Leppkes
On Tue, May 8, 2018 at 5:47 PM, James Almer wrote: > On 5/8/2018 12:27 PM, Hendrik Leppkes wrote: >> The filter uses avio for file access already, and avio_check is >> portable. >> >> Fixes trac #7192. > > Remove the access dep in configure while at it. > > LGTM is confirmed working. > Amended, t

Re: [FFmpeg-devel] [PATCH] lavfi/vf_srcnn: use avio_check instead of access

2018-05-08 Thread James Almer
On 5/8/2018 12:27 PM, Hendrik Leppkes wrote: > The filter uses avio for file access already, and avio_check is > portable. > > Fixes trac #7192. Remove the access dep in configure while at it. LGTM is confirmed working. > --- > libavfilter/vf_srcnn.c | 5 + > 1 file changed, 1 insertion(+)

[FFmpeg-devel] [PATCH] lavfi/vf_srcnn: use avio_check instead of access

2018-05-08 Thread Hendrik Leppkes
The filter uses avio for file access already, and avio_check is portable. Fixes trac #7192. --- libavfilter/vf_srcnn.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/libavfilter/vf_srcnn.c b/libavfilter/vf_srcnn.c index dace2b99b5..edffebb278 100644 --- a/libavfilter/vf_s