[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec qdm2.c,1.7,1.8
Alexander Strasser
eclipse7
Tue Jan 31 23:02:03 CET 2006
M?ns Rullg?rd CVS wrote:
> Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
> In directory mail:/var2/tmp/cvs-serv9979/libavcodec
>
> Modified Files:
> qdm2.c
> Log Message:
> add static keyword to some functions
> patch by Dieter <freebsd at sopwith solgatos com>
>
>
> Index: qdm2.c
> ===================================================================
> RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/qdm2.c,v
> retrieving revision 1.7
> retrieving revision 1.8
> diff -u -d -r1.7 -r1.8
> --- qdm2.c 14 Jan 2006 15:00:10 -0000 1.7
> +++ qdm2.c 30 Jan 2006 23:41:27 -0000 1.8
> @@ -230,7 +230,7 @@
> static MPA_INT mpa_window[512] __attribute__((aligned(16)));
>
>
> -static void softclip_table_init() {
> +static void softclip_table_init(void) {
I somehow dislike this kind of changes. What does the standard say
about this?
[...]
Alex (beastd)
More information about the ffmpeg-cvslog
mailing list