Commit c128bd73 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Support TrueHD/DD+ in EVOB files

parent 4941746e
...@@ -98,8 +98,8 @@ static inline int ps_track_fill( ps_track_t *tk, ps_psm_t *p_psm, int i_id ) ...@@ -98,8 +98,8 @@ static inline int ps_track_fill( ps_track_t *tk, ps_psm_t *p_psm, int i_id )
} }
else if( (i_id&0xf0) == 0xb0 ) /* 0xb0 -> 0xbf */ else if( (i_id&0xf0) == 0xb0 ) /* 0xb0 -> 0xbf */
{ {
es_format_Init( &tk->fmt, AUDIO_ES, VLC_CODEC_MLP ); es_format_Init( &tk->fmt, AUDIO_ES, VLC_CODEC_TRUEHD );
/* FIXME / untested ... */ tk->i_skip = 5;
} }
else if( ( i_id&0xe0 ) == 0x20 ) /* 0x20 -> 0x3f */ else if( ( i_id&0xe0 ) == 0x20 ) /* 0x20 -> 0x3f */
{ {
......
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