<br><br><div class="gmail_quote">2012/5/8 XilasZ <span dir="ltr"><<a href="mailto:xilasz@gmail.com" target="_blank">xilasz@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br><div class="gmail_quote"><div class="im"><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><div><br>It fixes the issue for me, image looks good again.<br></div></div>
</blockquote><div>Works for me, too. Thank you Martin.<br><br>May I ask what is vlc doing when def->format.video.nSliceHeight = 0 ?<br>I saw the workaround which makes def->format.video.nSliceHeight = 0 for Galaxy S2.<br>
And what is the relationship between nSliceHeight and nFramHeight ?<br></div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="gmail_quote">
<div> </div></div></blockquote><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="gmail_quote"><div>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></blockquote><div>Same here. And no luck for 1080p file in SW decoding.<br>
<br>Thank you all.<br><br>Best regards,<br>Scott<br></div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">_______________________________________________<br>

vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="http://mailman.videolan.org/listinfo/vlc-devel" target="_blank">http://mailman.videolan.org/listinfo/vlc-devel</a><br>
<br></blockquote></div><br>