Commit af3b1269 authored by Rafaël Carré's avatar Rafaël Carré

avformat demux: allow to demux bluray pcm

parent 4d641057
......@@ -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 },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment