view etc/inttypes.h @ 35210:318c7824c50d

af_hrtf: clamp output to relieve noises This patch relieves noises from af_hrtf by using av_clip_* instead of casting directly. There are still some noises, which indicates other bugs inside this filter.
author upsuper
date Wed, 31 Oct 2012 04:23:38 +0000
parents dae8bc96fb15
children
line wrap: on
line source


// fallback if the user doesn't have inttypes.h (libc5 systems)

#include <sys/bitypes.h>