vlc | branch: master | Rafaël Carré <[email protected]> | 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 }, _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
