[FFmpeg-devel] [PATCH] avfilter/vf_tile: remove limit of max tile size
Clément Bœsch
u at pkh.me
Sat Oct 28 15:33:38 EEST 2017
On Fri, Oct 27, 2017 at 10:38:11PM +0200, Nicolas George wrote:
> Le sextidi 6 brumaire, an CCXXVI, Paul B Mahol a écrit :
> > Signed-off-by: Paul B Mahol <onemda at gmail.com>
> > ---
> > libavfilter/vf_tile.c | 8 --------
> > 1 file changed, 8 deletions(-)
>
> Nack.
>
> ./ffmpeg_g -lavfi testsrc2=s=2x2,tile=65536x65536,scale=1024x1024 -f framecrc -
>
> hangs instead of returning a proper error.
>
In case there is confusion with what Paul said: `ffmpeg -lavfi
testsrc2=s=2x2 -f framecrc -` hangs with current git/master, so the hang
you're reporting is likely unrelated to this patch. Instead, it looks like a
problem related to the 2x2 size being too small for testsrc2 (testsrc
supports 2x2, testsrc2 doesn't).
(Not saying the current patch is correct though)
--
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20171028/3a5cc756/attachment.sig>
More information about the ffmpeg-devel
mailing list