Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 blender (2.62-1) unstable; urgency=low
 .
   * New upstream release (Closes: #661063)
     + debian/patches: #0002 dropped (applied upstream)
     + debian/patches: #0010 dropped (applied upstream)
     + debian/patches: #0012 dropped (applied upstream)
     + debian/patches: #0013 dropped (applied upstream)
   * debian/control: libglew-dev b-deps fixed
   * debian/control: libboost-dev added to b-deps
   * debian/control: Standards-Version bumped to 3.9.3
   * debian/rules: Ocean Sim support added (Closes: #659442)
Author: Matteo F. Vescovi <mfv.debian@gmail.com>
Bug-Debian: http://bugs.debian.org/659442
Bug-Debian: http://bugs.debian.org/661063

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: http://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- blender-2.62.orig/source/blender/imbuf/intern/jp2.c
+++ blender-2.62/source/blender/imbuf/intern/jp2.c
@@ -329,7 +329,7 @@ static int initialise_4K_poc(opj_poc_t *
 
 static void cinema_parameters(opj_cparameters_t *parameters)
 {
-	parameters->tile_size_on = false;
+	parameters->tile_size_on = OPJ_FALSE;
 	parameters->cp_tdx=1;
 	parameters->cp_tdy=1;
 	
