vlc | branch: master | Thomas Guillem <[email protected]> | 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 { _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
