Mercurial > mplayer.hg
comparison libmpcodecs/vd_theora.c @ 33723:6c8743e5fa30
Audio format conversion from float to int is not checked for overflow.
The float may be slightly off the [-1;1] range thus causing audible
crackling noise.
Add proper clipping using av_clip functions.
Fixes bug 1919.
author | iive |
---|---|
date | Mon, 04 Jul 2011 22:24:52 +0000 |
parents | aff74c63b86d |
children | 55ff5df09657 |
comparison
equal
deleted
inserted
replaced
33722:5e80ff193bc2 | 33723:6c8743e5fa30 |
---|