huchi pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=a0999f9600a807802d95cf117b367c99966bc8d4

commit a0999f9600a807802d95cf117b367c99966bc8d4
Author: Wonguk Jeong <[email protected]>
Date:   Thu Aug 21 17:59:05 2014 +0200

    emotion: add more audio formats in supporting extension list
---
 src/lib/emotion/emotion_main.c | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/lib/emotion/emotion_main.c b/src/lib/emotion/emotion_main.c
index 68884d6..89be3af 100644
--- a/src/lib/emotion/emotion_main.c
+++ b/src/lib/emotion/emotion_main.c
@@ -44,6 +44,7 @@ static const struct ext_match_s matchs[] =
    MATCHING(".3gpp"),
    MATCHING(".3gpp2"),
    MATCHING(".3p2"),
+   MATCHING(".aac"),
    MATCHING(".asf"),
    MATCHING(".avi"),
    MATCHING(".bdm"),
@@ -51,15 +52,18 @@ static const struct ext_match_s matchs[] =
    MATCHING(".clpi"),
    MATCHING(".clp"),
    MATCHING(".fla"),
+   MATCHING(".flac"),
    MATCHING(".flv"),
    MATCHING(".m1v"),
    MATCHING(".m2v"),
    MATCHING(".m2t"),
+   MATCHING(".m4a"),
    MATCHING(".m4v"),
    MATCHING(".mkv"),
    MATCHING(".mov"),
    MATCHING(".mp2"),
    MATCHING(".mp2ts"),
+   MATCHING(".mp3"),
    MATCHING(".mp4"),
    MATCHING(".mpe"),
    MATCHING(".mpeg"),
@@ -73,6 +77,7 @@ static const struct ext_match_s matchs[] =
    MATCHING(".ogg"),
    MATCHING(".ogm"),
    MATCHING(".ogv"),
+   MATCHING(".opus"),
    MATCHING(".rm"),
    MATCHING(".rmj"),
    MATCHING(".rmm"),
@@ -81,6 +86,7 @@ static const struct ext_match_s matchs[] =
    MATCHING(".rmvb"),
    MATCHING(".swf"),
    MATCHING(".ts"),
+   MATCHING(".wav"),
    MATCHING(".weba"),
    MATCHING(".webm"),
    MATCHING(".wmv")

-- 


Reply via email to