Home
last modified time | relevance | path

Searched refs:legacy_presentation (Results 1 – 1 of 1) sorted by relevance

/dports/multimedia/Bento4/Bento4-1.6.0-639/Source/C++/Core/
H A DAp4Dac4Atom.cpp121 AP4_Dac4Atom::Ac4Dsi::PresentationV1 legacy_presentation = presentation; in AP4_Dac4Atom() local
122 …if (legacy_presentation.d.v1.b_presentation_id == 0 && legacy_presentation.d.v1.b_extended_present… in AP4_Dac4Atom()
125 legacy_presentation.presentation_version = 1; in AP4_Dac4Atom()
126 legacy_presentation.d.v1.b_pre_virtualized = 0; in AP4_Dac4Atom()
127 legacy_presentation.d.v1.dolby_atmos_indicator = 0; in AP4_Dac4Atom()
129 bits.Write(legacy_presentation.presentation_version, 8); in AP4_Dac4Atom()
133 legacy_presentation.WritePresentationV1Dsi(bits); in AP4_Dac4Atom()