summaryrefslogtreecommitdiff
path: root/libavformat/avio_internal.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-03-17 12:56:25 +0100
committerAnton Khirnov <anton@khirnov.net>2011-03-30 07:47:08 +0200
commit4c4427a75da1cbb81f3097e0a0fbd6755516bc0d (patch)
tree029c58e33df34304098af90a94b87f549f281b86 /libavformat/avio_internal.h
parentce02f9becfc2e89bf552a86303b00d0b36323cdf (diff)
avio: make init_checksum() internal.
Diffstat (limited to 'libavformat/avio_internal.h')
-rw-r--r--libavformat/avio_internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/avio_internal.h b/libavformat/avio_internal.h
index 6eee947383..c50514d833 100644
--- a/libavformat/avio_internal.h
+++ b/libavformat/avio_internal.h
@@ -74,5 +74,8 @@ int64_t ffio_read_seek (AVIOContext *h, int stream_index,
int ff_udp_set_remote_url(URLContext *h, const char *uri);
int ff_udp_get_local_port(URLContext *h);
+void ffio_init_checksum(AVIOContext *s,
+ unsigned long (*update_checksum)(unsigned long c, const uint8_t *p, unsigned int len),
+ unsigned long checksum);
#endif // AVFORMAT_AVIO_INTERNAL_H