From 6544f48f038552973a552401cea5d4e8f1fc9c0a Mon Sep 17 00:00:00 2001 From: Zuxy Meng Date: Tue, 18 Mar 2008 15:27:15 +0000 Subject: Pure, const and malloc attributes to libavutil. Patch by Zuxy Meng: zuxy meng gmail com Original thread: [FFmpeg-devel] [PATCH] Pure, const and malloc attributes to libavutil Date: 03/18/2008 6:09 AM Originally committed as revision 12489 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/adler32.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavutil/adler32.h') diff --git a/libavutil/adler32.h b/libavutil/adler32.h index 2e29e05b25..91dff9a4ec 100644 --- a/libavutil/adler32.h +++ b/libavutil/adler32.h @@ -24,6 +24,6 @@ #include unsigned long av_adler32_update(unsigned long adler, const uint8_t *buf, - unsigned int len); + unsigned int len) av_pure; #endif /* FFMPEG_ADLER32_H */ -- cgit v1.2.3