[vlc-commits] avformat demux: allow to demux bluray pcm

Rafaël Carré git at videolan.org
Mon May 6 16:41:39 CEST 2013


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Mon May  6 16:30:23 2013 +0200| [af3b126985f95380140305718a5e1cdff51f682d] | committer: Rafaël Carré

avformat demux: allow to demux bluray pcm

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=af3b126985f95380140305718a5e1cdff51f682d
---

 modules/codec/avcodec/fourcc.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/modules/codec/avcodec/fourcc.c b/modules/codec/avcodec/fourcc.c
index 317249c..9c33431 100644
--- a/modules/codec/avcodec/fourcc.c
+++ b/modules/codec/avcodec/fourcc.c
@@ -379,6 +379,8 @@ static const struct
 
     { VLC_CODEC_G723_1, AV_CODEC_ID_G723_1, AUDIO_ES },
 
+    { VLC_CODEC_BD_LPCM, AV_CODEC_ID_PCM_BLURAY, AUDIO_ES },
+
     /* Lossless */
     { VLC_CODEC_FLAC, AV_CODEC_ID_FLAC, AUDIO_ES },
 



More information about the vlc-commits mailing list