<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">Hi,<br>
<br>
On 05.09.2012 13:44, Mark Lee wrote:<br>
</div>
<blockquote
cite="mid:CADVdi8pCowTstM9Y3q0RA3KJAs7zYU6U6n+A_=nyA7XW8gbpBw@mail.gmail.com"
type="cite">
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1">
Hello...<br>
<br>
<div class="gmail_quote">On 5 September 2012 11:39, Juha Jeronen <span
dir="ltr"><<a moz-do-not-send="true"
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>
</blockquote>
<br>
I see. I missed the "truncated here for brevity" part...<br>
<br>
Sorry for the noise, then :)<br>
<br>
-J<br>
<br>
</body>
</html>