stefano deiala <sdeia83@...> writes: > I have some problems using the ffmpeg slice > multithread h264 decoder tool.These code lines > my_avcodec_context->thread_type=FF_THREAD_SLICE; > my_avcodec_context->thread_count=16; > open 16 threads but can't improve decoding > performances.
Did you test ffmpeg (the application)? Sliced decoding can only work if the stream was encoded using slices. Carl Eugen _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
