]> git.sesse.net Git - vlc/commit
Clip number of thread to 16 when using threaded decoding in avcodec.
authorLaurent Aimar <fenrir@videolan.org>
Tue, 10 Jan 2012 22:10:48 +0000 (23:10 +0100)
committerLaurent Aimar <fenrir@videolan.org>
Tue, 10 Jan 2012 22:15:35 +0000 (23:15 +0100)
commite587ce36787d2519a774d27465d71b2272c9c6c4
tree834ed067e59296aae53500af339c7dd91b5e6717
parent5539fea75b47b3c8c68c2f5e8a268904f4c019ff
Clip number of thread to 16 when using threaded decoding in avcodec.

It workarounds an avcodec issue.
modules/codec/avcodec/video.c