[Ffmpeg-devel] [BUG] "too many threads" with brd_scale >= 5

Michael Niedermayer michaelni
Fri Jan 27 15:26:35 CET 2006


Hi

On Thu, Jan 26, 2006 at 07:13:24PM -0800, Corey Hickey wrote:
> Hello,
> 
> I've been testing vb_stategy=2 and brd_scale, and I ran into a bug.
> Whenever brd_scale is set to 5 or higher, libavcodec reports:
> 
> [mpeg4 @ 0xb93650]too many threads
> 
> ...and mencoder segfaults.

brd_scale=5 will scale the video down by a factor of 32 so
720x480 would be 22.5x15, its surely a bug that it segfaults but that
resolution isnt going to be supported anytime soon ...
feel free to add a check so that we have at least multiple of 2 w and h

[...]

-- 
Michael





More information about the ffmpeg-devel mailing list