We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
asdcplib/src/MXF.cpp
Line 1887 in dc74dc0
dynamic_cast<MXF::Track*>(temp_item) fails when temp_item is a StaticTrack, e.g. if static descriptive metadata is present.
dynamic_cast<MXF::Track*>(temp_item)
temp_item
StaticTrack
The text was updated successfully, but these errors were encountered:
No branches or pull requests
asdcplib/src/MXF.cpp
Line 1887 in dc74dc0
dynamic_cast<MXF::Track*>(temp_item)
fails whentemp_item
is aStaticTrack
, e.g. if static descriptive metadata is present.The text was updated successfully, but these errors were encountered: