mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-29 06:15:24 +00:00
TrueHD/MLP parser: is_normal()
must test if m_type
is normal
, not sync
Part of the fix for #2326.
This commit is contained in:
parent
b5340c61e2
commit
347c230448
@ -65,7 +65,7 @@ struct frame_t {
|
||||
}
|
||||
|
||||
bool is_normal() const {
|
||||
return sync == m_type;
|
||||
return normal == m_type;
|
||||
}
|
||||
|
||||
bool is_ac3() const {
|
||||
|
Loading…
Reference in New Issue
Block a user