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

dvdpalyer audio: fix delivering the packet in wrong format #3913

Merged
merged 1 commit into from Dec 31, 2013

Conversation

FernetMenta
Copy link
Contributor

dvdplayer delivered the first audio packet unconverted. with some codecs like ADPCM this killed the order of bytes of the stream delivered to AE which led to crackling sound.
fixes trac: http://trac.xbmc.org/ticket/14771

FernetMenta added a commit that referenced this pull request Dec 31, 2013
dvdpalyer audio: fix delivering the packet in wrong format
@FernetMenta FernetMenta merged commit e762572 into xbmc:master Dec 31, 2013
@elupus
Copy link
Contributor

elupus commented Jan 4, 2014

Nice catch. Evil to do state update in public Getter API. A comment would have been nice on the call, so nobody cleans it out.

@FernetMenta
Copy link
Contributor Author

This was an intermediate fix for Gotham. I intend to touch this again after release: ActiveAE can handle planar formats so we don't have to convert to interleaved here.

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

3 participants