summaryrefslogtreecommitdiffstats
path: root/ac3-iec958.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-27 21:10:46 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-27 21:10:46 +0000
commite311efda5c6ae33090e263c5d02265df8599052b (patch)
tree135c2cf371942b4a79356a6f979a4b87ce9da04d /ac3-iec958.h
parentb338f41223353c5e30dbb38f0f82488f761316b9 (diff)
downloadmpv-e311efda5c6ae33090e263c5d02265df8599052b.tar.bz2
mpv-e311efda5c6ae33090e263c5d02265df8599052b.tar.xz
we don't need ac3-iec958 any more
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5372 b3059339-0415-0410-9bf9-f77b7e298cf2
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