summaryrefslogtreecommitdiff
path: root/ffmpeg/libavcodec/tak.h
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2013-12-29 12:19:38 +0000
committerTim Redfern <tim@eclectronics.org>2013-12-29 12:19:38 +0000
commitf7813a5324be39d13ab536c245d15dfc602a7849 (patch)
treefad99148b88823d34a5df2f0a25881a002eb291b /ffmpeg/libavcodec/tak.h
parentb7a5a477b8ff4d4e3028b9dfb9a9df0a41463f92 (diff)
basic type mechanism working
Diffstat (limited to 'ffmpeg/libavcodec/tak.h')
-rw-r--r--ffmpeg/libavcodec/tak.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ffmpeg/libavcodec/tak.h b/ffmpeg/libavcodec/tak.h
index 876468d..e8e2dac 100644
--- a/ffmpeg/libavcodec/tak.h
+++ b/ffmpeg/libavcodec/tak.h
@@ -140,8 +140,6 @@ typedef struct TAKStreamInfo {
int64_t samples;
} TAKStreamInfo;
-void ff_tak_init_crc(void);
-
int ff_tak_check_crc(const uint8_t *buf, unsigned int buf_size);
/**