<html><head></head><body>Patch OK, thanks.<br>
<br>
Btw do you have commit access?<br>
If not you should get one<br><br><div class="gmail_quote"><br>
Tristan Matthews <le.businessman@gmail.com> a écrit :<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre class="k9mail">From: Tristan Matthews <le.businessman@gmail.com><br /><br />Without the INT64_C, ES_OUT_SET_PCR was being called with garbage values<br />(when not on 64-bit systems).<br />Refs #9828<br />---<br />include/vlc_config.h | 4 ++--<br />1 file changed, 2 insertions(+), 2 deletions(-)<br /><br />diff --git a/include/vlc_config.h b/include/vlc_config.h<br />index c1cf96c..50b4887 100644<br />--- a/include/vlc_config.h<br />+++ b/include/vlc_config.h<br />@@ -40,8 +40,8 @@<br /><br />/* All timestamp below or equal to this define are invalid/unset<br />* XXX the numerical value is 0 because of historical reason and will change.*/<br />-#define VLC_TS_INVALID (0)<br />-#define VLC_TS_0 (1)<br />+#define VLC_TS_INVALID INT64_C(0)<br />+#define VLC_TS_0 INT64_C(1)<br /><br />#define CLOCK_FREQ INT64_C(1000000)<br /></pre></blockquote></div><br>
-- <br>
Envoyé de mon téléphone Android avec K-9 Mail. Excusez la brièveté.</body></html>