about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2006-10-22 17:37:29 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2006-10-22 17:37:29 +0000
commit111180e9ec6772eb480179f96dbb581118670922 (patch)
tree8886dfd17c06a5f4755a69b956f215bb34b51e13
parent51efe0f517b40d324ee76389e55a2de408bafebd (diff)
downloadnetpbm-mirror-111180e9ec6772eb480179f96dbb581118670922.tar.gz
netpbm-mirror-111180e9ec6772eb480179f96dbb581118670922.tar.xz
netpbm-mirror-111180e9ec6772eb480179f96dbb581118670922.zip
Release 10.36.05
git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@104 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r--Makefile.version2
-rw-r--r--converter/ppm/ppmtompeg/combine.c1
-rw-r--r--converter/ppm/ppmtompeg/mpeg.c2
-rw-r--r--doc/HISTORY4
4 files changed, 6 insertions, 3 deletions
diff --git a/Makefile.version b/Makefile.version
index a50d81de..dc3557ff 100644
--- a/Makefile.version
+++ b/Makefile.version
@@ -1,4 +1,4 @@
 NETPBM_MAJOR_RELEASE = 10
 NETPBM_MINOR_RELEASE = 36
-NETPBM_POINT_RELEASE = 04
+NETPBM_POINT_RELEASE = 05
 
diff --git a/converter/ppm/ppmtompeg/combine.c b/converter/ppm/ppmtompeg/combine.c
index 341bb5dc..52cc646d 100644
--- a/converter/ppm/ppmtompeg/combine.c
+++ b/converter/ppm/ppmtompeg/combine.c
@@ -110,7 +110,6 @@ appendSpecifiedGopFiles(struct inputSource * const inputSourceP,
              nAttempts < READ_ATTEMPTS && !ifP;
              ++nAttempts) {
 
-            FILE * ifP;
             ifP = fopen(fileName, "rb");
             if (ifP == NULL) {
                 pm_message("ERROR:  Couldn't read file '%s'.  retry %u", 
diff --git a/converter/ppm/ppmtompeg/mpeg.c b/converter/ppm/ppmtompeg/mpeg.c
index a934ed09..fafbb97a 100644
--- a/converter/ppm/ppmtompeg/mpeg.c
+++ b/converter/ppm/ppmtompeg/mpeg.c
@@ -1150,7 +1150,7 @@ GenMPEGStream(struct inputSource * const inputSourceP,
     if (showBitRatePerFrame)
         OpenBitRateFile();  /* May modify showBitRatePerFrame */
 
-    if (context == CONTEXT_WHOLESTREAM)
+    if (context == CONTEXT_WHOLESTREAM || context == CONTEXT_GOP)
         bbP = Bitio_New(ofP);
     else
         bbP = NULL;
diff --git a/doc/HISTORY b/doc/HISTORY
index 51d58279..d5db699d 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -4,6 +4,10 @@ Netpbm.
 CHANGE HISTORY 
 --------------
 
+06.10.22 BJH  Release 10.36.05
+
+              ppmtompeg: fix reading of GOP files.  Thanks Alun Jones.
+
 06.10.21 BJH  Release 10.36.04
 
               Fix pamcomp: due to use of undefined value, sometimes produces