[vlc-devel] commit: Added MLP fourcc definition to ffmpeg. (Laurent Aimar )
git version control
git at videolan.org
Sat Nov 29 10:53:17 CET 2008
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Fri Nov 28 19:35:18 2008 +0100| [c083066672c85086bd7af86f277b856aaad30f1e] | committer: Laurent Aimar
Added MLP fourcc definition to ffmpeg.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c083066672c85086bd7af86f277b856aaad30f1e
---
modules/codec/avcodec/fourcc.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/modules/codec/avcodec/fourcc.c b/modules/codec/avcodec/fourcc.c
index 4558c50..69dd0fa 100644
--- a/modules/codec/avcodec/fourcc.c
+++ b/modules/codec/avcodec/fourcc.c
@@ -1011,6 +1011,10 @@ static const struct
{ VLC_FOURCC('A','P','E',' '), CODEC_ID_APE,
AUDIO_ES, "Monkey's Audio" },
#endif
+#if LIBAVCODEC_VERSION_INT >= ((51<<16)+(58<<8)+0)
+ { VLC_FOURCC('m','l','p',' '), CODEC_ID_MLP,
+ AUDIO_ES, "MLP/TrueHD Audio" },
+#endif
/* PCM */
{ VLC_FOURCC('s','8',' ',' '), CODEC_ID_PCM_S8,
AUDIO_ES, "PCM S8" },
More information about the vlc-devel
mailing list