<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html;
      charset=windows-1252">
  </head>
  <body>
    <p><br>
    </p>
    <div class="moz-cite-prefix">El 1/9/20 a las 20:47, geronimo eberle
      escribió:<br>
    </div>
    <blockquote type="cite"
cite="mid:DM6PR06MB4970F56F70000CCC99DA581ED02E0@DM6PR06MB4970.namprd06.prod.outlook.com">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      <div style="color: rgb(33, 33, 33); background-color: rgb(255,
        255, 255); text-align: left;" dir="auto">
        <span style="font-family: -apple-system, HelveticaNeue;
          font-size: 14.6667px; text-align: start; display: inline
          !important;">hellow!</span><br style="font-family:
          -apple-system, HelveticaNeue; font-size: 14.6667px;
          text-align: start;">
        <span style="font-family: -apple-system, HelveticaNeue;
          font-size: 14.6667px; text-align: start; display: inline
          !important;">im a new user whit FFmpeg and im trying to do a
          video editor whit c++.</span><br>
      </div>
    </blockquote>
    <p>You should probably put into extern "C" the libavformat/etc.
      includes, like:</p>
    <p><tt>extern "C" {</tt></p>
    <p><tt>#include <libavformat/avformat.h></tt></p>
    <p><tt>#include <libavutil/avutil.h></tt></p>
    <p><tt>...etc..</tt><tt><br>
      </tt></p>
    <p><tt>}</tt><br>
    </p>
  </body>
</html>