summaryrefslogtreecommitdiff
path: root/libavformat/nut.h
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2007-10-30 00:01:25 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2007-10-30 00:01:25 +0000
commit992e78f5f2724bf4649211aaceb353fc0e22f7ee (patch)
tree3e55120770abe0c86cbc13a97646de384985f44d /libavformat/nut.h
parent990e989f242ff0413aa207bc2a760c1b119ae6af (diff)
rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf.c so it can be reused by other (de)muxers
Originally committed as revision 10873 to svn://svn.ffmpeg.org/ffmpeg/trunk
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);