"Ronald S. Bultje" <[email protected]> writes: > Hi, > > 2011/6/2 Måns Rullgård <[email protected]>: >> "Ronald S. Bultje" <[email protected]> writes: >> >>> The MPEG encoding code assumes that n_threads == n_slices, and thus it >>> should use n_slices even if threading itself is disabled. >>> --- >>> libavcodec/mpegvideo.c | 6 +++--- >>> libavcodec/mpegvideo_enc.c | 4 ++-- >>> 2 files changed, 5 insertions(+), 5 deletions(-) >> >> This is somewhat insane. Is there no other way to ask for slices? > > Not currently, no. We could implement that, but do you really want to > spend effort on mpegvideoenc?
An option to request slices could be useful for almost any encoder. -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
