summaryrefslogtreecommitdiffstats
path: root/ac3-iec958.h
diff options
context:
space:
mode:
Diffstat (limited to 'ac3-iec958.h')
-rw-r--r--ac3-iec958.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/ac3-iec958.h b/ac3-iec958.h
deleted file mode 100644
index 3ef1dea8dc..0000000000
--- a/ac3-iec958.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef _AC3_IEC958_H
-#define _AC3_IEC958_H
-
-#define IEC61937_DATA_TYPE_AC3 1
-
-struct hwac3info {
- int bitrate, framesize, samplerate, bsmod;
-};
-
-int ac3_iec958_build_burst(int length, int data_type, int big_endian, unsigned char * data, unsigned char * out);
-int ac3_iec958_parse_syncinfo(unsigned char *buf, int size, struct hwac3info *ai, int *skipped);
-
-#endif