<div dir="ltr">Thanks Zhao for replying and for making it clear. <br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Mar 23, 2016 at 1:17 PM, Zhao Yakui <span dir="ltr"><<a href="mailto:yakui.zhao@intel.com" target="_blank">yakui.zhao@intel.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 03/23/2016 01:38 AM, Ratin wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I seems to get this assertion exception a lot while sequencing thru<br>
videos (stream, decode and render multiple sources in succession):<br>
<br>
i965_decoder_utils.c:963: intel_decoder_check_avc_parameter: Assertion<br>
`pic_param->CurrPic.picture_id == decode_state->current_render_target'<br>
failed.<br>
</blockquote>
<br></span>
Thanks for reporting the issue.<br>
<br>
The assertion is caused by the incorrect parameter.<br>
For the decoding: current_render_target passed by vaBeginPicture should be same as pic_param->currpic.picture_id. Otherwise it fails when checking the parameter.<br>
<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">
<br>
<br>
In general , what would be the cause of it, a corrupt pic param ? Or a<br>
destination surface is not ready?<br>
<br>
<br>
Thanks,<br>
<br>
Ratin<br>
<br>
<br>
<br></span>
_______________________________________________<br>
Libva mailing list<br>
<a href="mailto:Libva@lists.freedesktop.org" target="_blank">Libva@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/libva" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/libva</a><br>
</blockquote>
<br>
</blockquote></div><br></div>