[vlc-commits] input/item: add more audio slaves
Thomas Guillem
git at videolan.org
Thu May 19 16:26:46 CEST 2016
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Thu May 19 16:19:23 2016 +0200| [fcc5088b36edafea03eac4e308165bc9b5933382] | committer: Thomas Guillem
input/item: add more audio slaves
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fcc5088b36edafea03eac4e308165bc9b5933382
---
include/vlc_input_item.h | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/include/vlc_input_item.h b/include/vlc_input_item.h
index cc2a19f..85ad72c 100644
--- a/include/vlc_input_item.h
+++ b/include/vlc_input_item.h
@@ -153,7 +153,9 @@ enum slave_priority
"pjs", "dks", "stl", \
"vtt", "sbv"
#define SLAVE_AUDIO_EXTENSIONS \
- "ac3", "m4a"
+ "ac3", "m4a", "aac", \
+ "eac3", "dtshd", "flac", \
+ "pcm", "dts"
struct input_item_slave
{
More information about the vlc-commits
mailing list