<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Anyway, I think the issue might be solved for you with the following change:<br>
<br>
diff --git a/modules/codec/omxil/omxil.c b/modules/codec/omxil/omxil.c<br>
index 80d327e..9ac4875 100644<br>
--- a/modules/codec/omxil/omxil.c<br>
+++ b/modules/codec/omxil/omxil.c<br>
@@ -460,6 +460,8 @@ static OMX_ERRORTYPE GetPortDefinition(decoder_t *p_dec, OmxPort *p_port,<br>
         omx_error = OMX_GetConfig(p_port->omx_<u></u>handle, OMX_<u></u>IndexConfigCommonOutputCrop, &crop_rect);<br>
         if (omx_error == OMX_ErrorNone)<br>
         {<br>
+            if (!def->format.video.<u></u>nSliceHeight)<br>
+                def->format.video.nSliceHeight = def->format.video.<u></u>nFrameHeight;<br>
             p_fmt->video.i_width = crop_rect.nWidth;<br>
             p_fmt->video.i_visible_width = crop_rect.nWidth;<br>
             p_fmt->video.i_height = crop_rect.nHeight;<br>
<br>
Please try that - if it works, I'll try to see if it works regression free on the other devices I've got access to.<br></blockquote><div><br>It fixes the issue for me, image looks good again.<br><br>But it's still not usable on the OneX. Big a/v desync, video feed is clearly below 25fps.<br>
Also i got no images at all for some files which plays fine on the desire.<br><br>Anyway, with a regular 720p file, SW decoding is currently faster than HW decoding, strange :p<br></div></div>