summaryrefslogtreecommitdiff
path: root/graphics/netpbm/patches/patch-an
blob: 6b055d36e3eeefab17b454f65fd8476ee32b28b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
$NetBSD: patch-an,v 1.3 2006/10/03 22:56:51 schwarz Exp $

--- converter/ppm/ppmtompeg/headers/prototypes.h.orig	2006-09-30 16:51:04.000000000 +0200
+++ converter/ppm/ppmtompeg/headers/prototypes.h	2006-09-30 17:01:04.000000000 +0200
@@ -47,7 +47,7 @@
 void    ResetIFrameStats _ANSI_ARGS_((void));
 void
 SetPixelSearch(const char * const searchType);
-void    SetIQScale _ANSI_ARGS_((int qI));
+void    SetIQScale _ANSI_ARGS_((int const qI));
 void    SetPQScale _ANSI_ARGS_((int qP));
 void    SetBQScale _ANSI_ARGS_((int qB));
 float   EstimateSecondsPerIFrame _ANSI_ARGS_((void));
@@ -56,7 +56,7 @@
 void    SetGOPSize _ANSI_ARGS_((int size));
 void
 SetStatFileName(const char * const fileName);
-void    SetSlicesPerFrame _ANSI_ARGS_((int number));
+void    SetSlicesPerFrame _ANSI_ARGS_((int const number));
 void    SetBlocksPerSlice _ANSI_ARGS_((void));
 
 
@@ -64,7 +64,7 @@
 
 void PPMtoYCC _ANSI_ARGS_((MpegFrame * mf));
 
-void    MotionSearchPreComputation _ANSI_ARGS_((MpegFrame *frame));
+void    MotionSearchPreComputation _ANSI_ARGS_((MpegFrame * const frame));
 
 void    ComputeHalfPixelData _ANSI_ARGS_((MpegFrame *frame));
 void mp_validate_size _ANSI_ARGS_((int *x, int *y));