summaryrefslogtreecommitdiff
path: root/libavformat/nut.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/nut.h')
-rw-r--r--libavformat/nut.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/nut.h b/libavformat/nut.h
index 74492cd9ad..1636527ed2 100644
--- a/libavformat/nut.h
+++ b/libavformat/nut.h
@@ -24,7 +24,6 @@
//#include <limits.h>
#include "avformat.h"
-#include "crc.h"
//#include "mpegaudio.h"
#include "riff.h"
//#include "adler32.h"
@@ -93,7 +92,6 @@ typedef struct {
struct AVTreeNode *syncpoints;
} NUTContext;
-unsigned long av_crc04C11DB7_update(unsigned long checksum, const uint8_t *buf, unsigned int len);
void ff_nut_reset_ts(NUTContext *nut, AVRational time_base, int64_t val);
int64_t ff_lsb2full(StreamContext *stream, int64_t lsb);
int ff_nut_sp_pos_cmp(syncpoint_t *a, syncpoint_t *b);