[vlc-commits] input: item: add mp3 as possible slave

Thomas Guillem git at videolan.org
Mon Nov 6 15:54:46 CET 2017


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Mon Nov  6 12:02:03 2017 +0100| [877b09d30915b7c3d31d79974beeaa8203e91e63] | committer: Thomas Guillem

input: item: add mp3 as possible slave

Refs #18913

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=877b09d30915b7c3d31d79974beeaa8203e91e63
---

 include/vlc_input_item.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/vlc_input_item.h b/include/vlc_input_item.h
index f64cfc9b80..0b17d78171 100644
--- a/include/vlc_input_item.h
+++ b/include/vlc_input_item.h
@@ -154,7 +154,7 @@ enum slave_priority
 #define SLAVE_AUDIO_EXTENSIONS \
     "ac3", "m4a", "aac", \
     "eac3",  "dtshd", "flac", \
-    "pcm", "dts"
+    "pcm", "dts", "mp3"
 
 struct input_item_slave
 {



More information about the vlc-commits mailing list