Hello...<br><br><div class="gmail_quote">On 5 September 2012 11:39, Juha Jeronen <span dir="ltr"><<a href="mailto:juha.jeronen@jyu.fi" target="_blank">juha.jeronen@jyu.fi</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

  
    
  
  <div text="#000000" bgcolor="#FFFFFF"><div class="im">
    <div>On 05.09.2012 12:24, Mark Lee wrote:<br>
    </div>
    <blockquote type="cite">
      
      Hello,<br>
      <br>
      Rather than maintaining my own possibly out of date copies of vlc
      supported file extensions, I would like to get them via libvlc
      instead. The use case is the same as for the file open dialog in
      the vlc application.<br>
      <br>
      Presently these are defined like follows (truncated here for
      brevity) in vlc_interface.h:<br clear="all">
      <br>
      #define EXTENSIONS_AUDIO "*.3ga;*.669;*.a52;"<br>
      #define EXTENSIONS_VIDEO
      "*.3g2;*.3gp;*.3gp2;*.3gpp;*.amv;*.asf;*.avi;"<br>
      <div>
        #define EXTENSIONS_PLAYLIST
        "*.asx;*.b4s;*.cue;*.ifo;*.m3u;*.m3u8;"<br>
        #define EXTENSIONS_MEDIA EXTENSIONS_VIDEO ";" EXTENSIONS_AUDIO
        ";"  EXTENSIONS_PLAYLIST<br>
        #define EXTENSIONS_SUBTITLE "*.cdg;*.idx;*.srt;" <br>
      </div>
    </blockquote>
    <br></div>
    The list seems incomplete. At least "*.mkv" is missing... any
    others?<br></div></blockquote><div><br>This was an extract from the full list already defined in vlc_interface.h, hence "truncated here for brevity". I wanted to show an example, not repost the whole list.<br>
</div></div><br>