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

FFmpeg 5 incorrect extradata parsing #480

Closed
ChristianFeldmann opened this issue Aug 28, 2022 · 1 comment
Closed

FFmpeg 5 incorrect extradata parsing #480

ChristianFeldmann opened this issue Aug 28, 2022 · 1 comment
Assignees
Labels

Comments

@ChristianFeldmann
Copy link
Member

Describe the bug
When parsing bitstreams using the new ffmpeg version, the parameter sets were not opbtained correctly from the extradata because the exptradata is not parsed correctly.

To Reproduce
Steps to reproduce the behavior:

  1. Use ffmpeg 5
  2. Open an mp4 file. You will not see the parameter sets being parsed.

Expected behavior
The parameter sets should be parsed correctly. Also on FFmpeg 5.

Version (please complete the following information):

  • OS: any
  • Version any
  • FFmpeg 5
@ChristianFeldmann
Copy link
Member Author

Fix was merged. There is no specific test for this yet. We will also need a test suite for the ffmpeg stuff at some point though ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant