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

Core: Fix incorrect detection of audio files with cover images as video files (#91) #94

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

Conversation

omeryusufyagci
Copy link
Owner

This PR fixes a bug where an audio file with a cover image would be erronously detected as a video file and invoke the video processing pipeline, leading to an internal error.

Closes #90

This PR fixes a bug where an audio file with a cover image would be erronously detected as a video file and invoke the video processing pipeline, leading to an internal error.
@omeryusufyagci omeryusufyagci added bug Something isn't working core Media processing component, the core C++ binary. labels Jan 15, 2025
@omeryusufyagci omeryusufyagci linked an issue Jan 15, 2025 that may be closed by this pull request
@omeryusufyagci omeryusufyagci changed the title Bug: Fix audio file with cover image treated as video file (#91) Core: Fix incorrect detection of audio files with cover images as video files (#91) Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working core Media processing component, the core C++ binary.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: Audio file treated as a video file
2 participants