]> git.sesse.net Git - ffmpeg/commit
h264: remove an artificial restriction on the number of slice threads
authorAnton Khirnov <anton@khirnov.net>
Wed, 13 Apr 2016 15:28:26 +0000 (17:28 +0200)
committerAnton Khirnov <anton@khirnov.net>
Sun, 24 Apr 2016 08:06:25 +0000 (10:06 +0200)
commite0652795292223f8bc8e5bac019c1fca7323d23c
tree541a7062d985aa0ed10c59fbae986e2bb8a1609a
parent4fd34e639d15b44e02686c9b4ef58c9c3c9b0a69
h264: remove an artificial restriction on the number of slice threads

This limit is now unnecessary, we can easily support an arbitrary number
of threads.
libavcodec/h264.c
libavcodec/h264.h
libavcodec/h264_slice.c