diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2007-10-30 00:01:25 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2007-10-30 00:01:25 +0000 |
commit | 992e78f5f2724bf4649211aaceb353fc0e22f7ee (patch) | |
tree | 3e55120770abe0c86cbc13a97646de384985f44d /libavformat/nut.h | |
parent | 990e989f242ff0413aa207bc2a760c1b119ae6af (diff) | |
download | ffmpeg-992e78f5f2724bf4649211aaceb353fc0e22f7ee.tar.gz |
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.h | 2 |
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); |