OSDN Git Service

fix image corruption when with multi-threaded decoding.
authorAndreas Öman <andreas@olebyn.nu>
Sun, 16 Sep 2007 10:37:07 +0000 (10:37 +0000)
committerGuillaume Poirier <gpoirier@mplayerhq.hu>
Sun, 16 Sep 2007 10:37:07 +0000 (10:37 +0000)
commit50c21814b9de5635cf01e2d1ea091a9a272a4d67
tree7622d9781329df07870fde6a07107224fab66597
parent87657757245d380dfb4fd41cbc260f478853a0c4
fix image corruption when with multi-threaded decoding.
dequant-tables were not correctly reinitialized in the slave
contexts when a PPS came with updated matrices.
Patch by Andreas Öman %andreas A olebyn P nu%
Original thread:
date: Sep 16, 2007 6:14 AM
subject: [FFmpeg-devel] Parallelized h264 image corruption bug

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