On 2016-04-18 10:26:06 +0200, Anton Khirnov wrote: > This limit is now unnecessary, we can easily support an arbitrary number > of threads.
While true, we still kind of limit the number of slices to MAX_SLICES (32). There is only a warning and ref2frm seems the only field in the SW decoder which uses it. I suppose we should increase it and change the type to int16 (int8 unfortunately doesn't fit). So since it affects only loop filter decisions, it's fine to ignore the MAX_SLICES limit. patch ok Janne _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
