OSDN Git Service

Let H.264 decoder skip deblocking across slices
authorAndreas Öman <andreas@olebyn.nu>
Fri, 7 Sep 2007 18:27:13 +0000 (18:27 +0000)
committerBenoit Fouet <benoit.fouet@free.fr>
Fri, 7 Sep 2007 18:27:13 +0000 (18:27 +0000)
commitec970c2187453ddcc5b5440dc11d12f975a489e2
tree5a1b8461a35fc16eb3a9c4da09a299f85196a850
parent7a297ceb8f44035a6c072feec756791aab529968
Let H.264 decoder skip deblocking across slices
if running with multiple threads and CODEC_FLAGS2_FAST is set.
Thus, it may decode the slices in parallel to gain speed.

Patch by Andreas Öman: [andreas olebyn nu]

Originally committed as revision 10431 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/h264.c