[vlc-commits] demux: adaptive: add ac4 formatnamespace mapping
Francois Cartegnie
git at videolan.org
Mon May 18 20:58:51 CEST 2020
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Fri May 15 10:04:05 2020 +0200| [f55a71fe4a45a18af914e4a51b6b98bf8269e2e1] | committer: Francois Cartegnie
demux: adaptive: add ac4 formatnamespace mapping
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f55a71fe4a45a18af914e4a51b6b98bf8269e2e1
---
modules/demux/adaptive/tools/FormatNamespace.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/demux/adaptive/tools/FormatNamespace.cpp b/modules/demux/adaptive/tools/FormatNamespace.cpp
index e1e36e8260..bf1edb7260 100644
--- a/modules/demux/adaptive/tools/FormatNamespace.cpp
+++ b/modules/demux/adaptive/tools/FormatNamespace.cpp
@@ -165,6 +165,7 @@ void FormatNamespace::Parse(vlc_fourcc_t fcc, const std::vector<std::string> &el
case MP4RA("dtsh"):
case MP4RA("ac-3"):
case MP4RA("ec-3"):
+ case MP4RA("ac-4"):
case MP4RA("opus"):
es_format_Change(&fmt, AUDIO_ES, vlc_fourcc_GetCodec(AUDIO_ES, fcc));
break;
More information about the vlc-commits
mailing list