[FFmpeg-devel] [PATCH] avfilter/lavfutils: use image2pipe demuxer on ff_load_image

2017-04-25 Thread Muhammad Faiz
allow protocols other than file to be used for example, use data protocol to embed a file in script Signed-off-by: Muhammad Faiz --- libavfilter/lavfutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/lavfutils.c b/libavfilter/lavfutils.c index 706badf..35878b

Re: [FFmpeg-devel] [PATCH] avfilter/lavfutils: use image2pipe demuxer on ff_load_image

2017-04-28 Thread Muhammad Faiz
On Tue, Apr 25, 2017 at 2:43 PM, Muhammad Faiz wrote: > allow protocols other than file to be used > for example, use data protocol to embed a file in script > > Signed-off-by: Muhammad Faiz > --- > libavfilter/lavfutils.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/