Hi, On Thu, Mar 17, 2011 at 6:03 AM, Anton Khirnov <[email protected]> wrote: > --- > libavformat/avio.h | 2 -- > libavformat/avio_internal.h | 2 ++ > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/libavformat/avio.h b/libavformat/avio.h > index 0d75d30..0e4e93e 100644 > --- a/libavformat/avio.h > +++ b/libavformat/avio.h > @@ -693,8 +693,6 @@ int avio_open_dyn_packet_buf(AVIOContext **s, int > max_packet_size); > */ > int avio_close_dyn_buf(AVIOContext *s, uint8_t **pbuffer); > > -unsigned long ff_crc04C11DB7_update(unsigned long checksum, const uint8_t > *buf, > - unsigned int len); > unsigned long get_checksum(AVIOContext *s); > > #if FF_API_UDP_GET_FILE > diff --git a/libavformat/avio_internal.h b/libavformat/avio_internal.h > index f65798e..d2441a2 100644 > --- a/libavformat/avio_internal.h > +++ b/libavformat/avio_internal.h > @@ -77,5 +77,7 @@ 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); > +unsigned long ff_crc04C11DB7_update(unsigned long checksum, const uint8_t > *buf, > + unsigned int len); > > #endif // AVFORMAT_AVIO_INTERNAL_H
OK. Ronald _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
