[vlc-devel] commit: Add trhd for TRUEHD fourcc (Jean-Baptiste Kempf )
git version control
git at videolan.org
Tue Jun 16 11:44:45 CEST 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Jun 16 11:29:29 2009 +0200| [d8b7bd78aef976d989bf611bc10514f3a6ddd189] | committer: Jean-Baptiste Kempf
Add trhd for TRUEHD fourcc
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d8b7bd78aef976d989bf611bc10514f3a6ddd189
---
src/misc/fourcc.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index 8a6121b..aaf31f9 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -965,6 +965,9 @@ static const entry_t p_list_audio[] = {
B(VLC_CODEC_MLP, "MLP/TrueHD Audio"),
A("mlp "),
+ B(VLC_CODEC_TRUEHD, "TrueHD Audio"),
+ A("trhd"),
+
B(VLC_CODEC_QCELP, "QCELP Audio"),
A("Qclp"),
More information about the vlc-devel
mailing list