huchi pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=e79f88f8e99d22d00ec87a3aca615c7a7aa6af98
commit e79f88f8e99d22d00ec87a3aca615c7a7aa6af98 Author: Wonguk Jeong <[email protected]> Date: Wed Aug 20 01:57:23 2014 +0200 Revert "emotion: add more audio formats in supporting extension list" revert since 1.11 is not yet released. This reverts commit 154d534852e23a7e078fa2cb989b48afd95b3f15. --- src/lib/emotion/emotion_main.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/lib/emotion/emotion_main.c b/src/lib/emotion/emotion_main.c index 89be3af..68884d6 100644 --- a/src/lib/emotion/emotion_main.c +++ b/src/lib/emotion/emotion_main.c @@ -44,7 +44,6 @@ static const struct ext_match_s matchs[] = MATCHING(".3gpp"), MATCHING(".3gpp2"), MATCHING(".3p2"), - MATCHING(".aac"), MATCHING(".asf"), MATCHING(".avi"), MATCHING(".bdm"), @@ -52,18 +51,15 @@ 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"), @@ -77,7 +73,6 @@ static const struct ext_match_s matchs[] = MATCHING(".ogg"), MATCHING(".ogm"), MATCHING(".ogv"), - MATCHING(".opus"), MATCHING(".rm"), MATCHING(".rmj"), MATCHING(".rmm"), @@ -86,7 +81,6 @@ static const struct ext_match_s matchs[] = MATCHING(".rmvb"), MATCHING(".swf"), MATCHING(".ts"), - MATCHING(".wav"), MATCHING(".weba"), MATCHING(".webm"), MATCHING(".wmv") --
