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

Update xeve to 0.5.1 from 0.5.0 #470

Closed
wants to merge 1 commit into from
Closed

Update xeve to 0.5.1 from 0.5.0 #470

wants to merge 1 commit into from

Conversation

wader
Copy link
Owner

@wader wader commented Jun 24, 2024

@wader
Copy link
Owner Author

wader commented Jun 24, 2024

Fails with:

2024-06-24T16:53:50.7951260Z 215.6 libavcodec/libxeve.c:199:27: error: incompatible types when assigning to type 'XEVE_RATIONAL' {aka 'struct _XEVE_RATIONAL'} from type 'long int'
2024-06-24T16:53:50.7952898Z 215.6   199 |         cdsc->param.fps = lrintf(av_q2d(avctx->framerate));
2024-06-24T16:53:50.7953594Z 215.6       |                           ^~~~~~
2024-06-24T16:53:50.7954342Z 215.6 libavcodec/libxeve.c: In function 'libxeve_encode':
2024-06-24T16:53:50.7956200Z 215.6 libavcodec/libxeve.c:484:40: error: incompatible types when assigning to type 'int' from type 'XEVE_RATIONAL' {aka 'struct _XEVE_RATIONAL'}
2024-06-24T16:53:50.7957871Z 215.6   484 |                 avpkt->time_base.den = xectx->cdsc.param.fps;
2024-06-24T16:53:50.7958649Z 215.6       |                                        ^~~~~

@wader
Copy link
Owner Author

wader commented Jun 24, 2024

mpeg5/xeve#120

@wader
Copy link
Owner Author

wader commented Sep 30, 2024

Replaced by #537

@wader wader closed this Sep 30, 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.

1 participant