]> git.sesse.net Git - vlc/commitdiff
Add OMA to the interface
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 25 Jun 2008 05:36:48 +0000 (22:36 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 25 Jun 2008 05:36:48 +0000 (22:36 -0700)
Since ffplay can read those files now :D

NEWS
include/vlc_interface.h

diff --git a/NEWS b/NEWS
index 2413e0db2d67c953cafd73fb8a867a364f8b5028..575074f18823b3470049cc8ae57646ca69dec064 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -102,6 +102,7 @@ Demuxers:
  * TiVo Series 2 support
  * CD+G karaoke Files support
  * MXF files support
+ * OMA support
 
 Decoders:
  * VP60/VP61/VP6F/VP62 support
@@ -113,15 +114,15 @@ Decoders:
  * Fluidsynth MIDI software synthesis (with external sound fonts)
  * New codec FOURCCs to support more specific files:
    Avid, FCP, Sony, Samsung, ...
- * Closed Caption Decoder (DVD, ReplayTV, TiVo, DVB/ATSC)
  * H.264 PAFF support
  * DNxHD / VC-3 support
  * NellyMoser ASAO support
  * APE (Monkey audio) support
- * VBI & EBU (Teletext) support
  * RealVideo support (with the RealVideo run-time)
 
 Subtitles:
+ * Closed Caption Decoder (DVD, ReplayTV, TiVo, DVB/ATSC)
+ * VBI & EBU (Teletext) support (*nix, Mac OS)
  * Ogg/Kate subtitles support
  * AQTitle subtitles support
  * MKV USF subtitles support
index aa44ee37085f5503adfeafe22fe97dfe7d557620..b361583b94b8b5d9201a81c66fad6dfa196495f9 100644 (file)
@@ -177,7 +177,8 @@ typedef enum vlc_dialog {
 #define INTF_ABOUT_MSG LICENSE_MSG
 
 #define EXTENSIONS_AUDIO "*.a52;*.aac;*.ac3;*.dts;*.flac;*.m4a;*.m4p;*.mka;" \
-                         "*.mod;*.mp1;*.mp2;*.mp3;*.ogg;*.spx;*.wav;*.wma;*.xm"
+                         "*.mod;*.mp1;*.mp2;*.mp3;*.ogg;*.oma;*.spx;" \
+                         "*.wav;*.wma;*.xm"
 
 #define EXTENSIONS_VIDEO "*.asf;*.avi;*.divx;*.dv;*.flv;*.gxf;*.m1v;*.m2v;" \
                          "*.m4v;*.mkv;*.mov;*.mp2;*.mp4;*.mpeg;*.mpeg1;" \