gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r10811: The boolean type is in the j


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10811: The boolean type is in the jpeg namespace.
Date: Mon, 20 Apr 2009 12:58:59 -0600
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10811
committer: address@hidden
branch nick: trunk
timestamp: Mon 2009-04-20 12:58:59 -0600
message:
  The boolean type is in the jpeg namespace.
modified:
  libbase/GnashImageJpeg.cpp
=== modified file 'libbase/GnashImageJpeg.cpp'
--- a/libbase/GnashImageJpeg.cpp        2009-03-12 14:19:00 +0000
+++ b/libbase/GnashImageJpeg.cpp        2009-04-20 18:58:59 +0000
@@ -36,7 +36,6 @@
 #include <sstream>
 #include <csetjmp>
 
-
 // jpeglib.h is included in the namespace jpeg because otherwise it
 // causes horrible conflicts with qt includes. How do C coders sustain
 // the will to live?
@@ -99,7 +98,7 @@
 
        // Read data into our input buffer.  Client calls this
        // when it needs more data from the file.
-       static boolean fill_input_buffer(j_decompress_ptr cinfo)
+       static jpeg::boolean fill_input_buffer(j_decompress_ptr cinfo)
        {
                rw_source_IOChannel*    src = (rw_source_IOChannel*) cinfo->src;
 
@@ -509,7 +508,7 @@
        }
 
        /// Write the output buffer into the stream.
-       static boolean empty_output_buffer(j_compress_ptr cinfo)
+       static jpeg::boolean empty_output_buffer(j_compress_ptr cinfo)
        {
                rw_dest_IOChannel*      dest = (rw_dest_IOChannel*) cinfo->dest;
                assert(dest);


reply via email to

[Prev in Thread] Current Thread [Next in Thread]