Hi, all<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I&#39;m a newbie of x264 and tried to encode yuv sequences on multi-core platforms.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; first I pinned some GOP task on each logical CPUs, and then read a gop for every gop task, when the encoding process is done, the main thread
<br>re-order the out-of-order data encoded by the GOP tasks.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; the result is fine, but when I playback the bitstream, there will be some error information displayed on the information window of videolan client:<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>ffmpeg warning: error while decoding MB 14 13, bytestream (-7)<br>&nbsp;(h264@00CEB3C0)<br>ffmpeg debug: concealing 145 DC, 145 AC, 145 MV errors<br>&nbsp;(h264@00CEB3C0)<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; any sugestion will be appreciated.<br>
<br>Thanks!<br><br><br><br>