<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html style="direction: ltr;">
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
    <title></title>
    <style>body p { margin-bottom: 0cm; margin-top: 0pt; } </style>
  </head>
  <body style="direction: ltr;"
    bidimailui-detected-decoding-type="latin-charset" bgcolor="#ffffff"
    text="#000000">
    On 03/07/2012 11:42 AM, Piox wrote:<br>
    <blockquote
cite="mid:CA+So+-OHCgT=tvpD4Tvz-HEjP9G7FoqbZK=DBqT6h3c8jZdG+A@mail.gmail.com"
      type="cite">
      <div>I managed to do it on the coding part using the x264 library
        and applying the "zero latency" tune option, but I don't know
        how to do it on decoding part. Is that possible, and if it is,
        how can I activate it ?</div>
    </blockquote>
    Disable threading: set "thread_type" to 0 in the codec context or in
    the options you pass. Otherwise, ffmpeg adds 1 frame per CPU of
    delay (in order to better utilize multiple cores; however, this is
    at the expense of end-to-end latency in live coding).<br>
  </body>
</html>