~ubuntu-branches/ubuntu/precise/gst-plugins-bad0.10/precise-proposed

« back to all changes in this revision

Viewing changes to gst/dtmf/tone_detect.c

Tags: upstream-0.10.17.2
Import upstream version 0.10.17.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
*/
33
33
 
34
34
#include <math.h>
35
 
#include <stdint.h>
36
35
#include <string.h>
37
36
#include <stdio.h>
38
37
#include <time.h>