Skip to content
New issue

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

Compatible with ffmpeg-7.0.1 - ChatGPT Assistance. #1281

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jiapei100
Copy link

No description provided.

@johnwassilak
Copy link

Literal lifesaver, thank you.

@bchoineubility
Copy link

I hope this PR will be compatible with ffmpeg-5 also.

BR,
Mark

@@ -211,7 +211,7 @@ osg::ref_ptr<osg::Geometry> ReaderWritterOpenCASCADE::OCCTKReader::_createGeomet
{
// populate vertex list
// Ref: http://www.opencascade.org/org/forum/thread_16694/?forum=3
gp_Pnt pt = (triangulation->Nodes())(j).Transformed(transformation * location.Transformation());
gp_Pnt pt = (triangulation->Node(j)).Transformed(transformation * location.Transformation());
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks to be unrelated to the FFmpeg bits.

@jiapei100 jiapei100 changed the title Compatible with ffmpeg-6.0.1 Compatible with ffmpeg-7.0.1 - ChatGPT Assistance. Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants