about summary refs log tree commit diff
path: root/converter/ppm/ppmtompeg/ppmtompeg.c
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2013-06-19 07:06:04 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2013-06-19 07:06:04 +0000
commit829e481e0f5c33a78caabe7c59149085075cb8c3 (patch)
tree0951bed951c71b4cedfd046d46a08b82b038e93d /converter/ppm/ppmtompeg/ppmtompeg.c
parentef58b874261974d29984ac3f0a19f4466c6cfa79 (diff)
downloadnetpbm-mirror-829e481e0f5c33a78caabe7c59149085075cb8c3.tar.gz
netpbm-mirror-829e481e0f5c33a78caabe7c59149085075cb8c3.tar.xz
netpbm-mirror-829e481e0f5c33a78caabe7c59149085075cb8c3.zip
cleanup
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1937 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/ppm/ppmtompeg/ppmtompeg.c')
-rw-r--r--converter/ppm/ppmtompeg/ppmtompeg.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/converter/ppm/ppmtompeg/ppmtompeg.c b/converter/ppm/ppmtompeg/ppmtompeg.c
index 6e7e9833..b8ef37f1 100644
--- a/converter/ppm/ppmtompeg/ppmtompeg.c
+++ b/converter/ppm/ppmtompeg/ppmtompeg.c
@@ -65,7 +65,8 @@ int main _ANSI_ARGS_((int argc, char **argv));
  * GLOBAL VARIABLES *
  *==================*/
 
-boolean showBitRatePerFrame;
+bool showBitRatePerFrame;
+bool computeMVHist = FALSE;
 boolean frameSummary;
 
 extern time_t IOtime;
@@ -79,9 +80,7 @@ boolean noFrameSummaryOption = FALSE;
 boolean debugSockets = FALSE;
 boolean debugMachines = FALSE;
 boolean bitRateInfoOption = FALSE;
-boolean computeMVHist = FALSE;
 int     baseFormat;
-extern  boolean specificsOn;
 extern  FrameSpecList *fsl;
 boolean pureDCT=FALSE;
 char    encoder_name[1024];