[Bf-blender-cvs] CVS commit: blender/source/blender/imbuf/intern jpeg.c

Kent Mein mein at cs.umn.edu
Fri Jan 21 18:50:12 CET 2005


sirdude (Kent Mein) 2005/01/21 18:50:12 CET

  Modified files:
    blender/source/blender/imbuf/intern jpeg.c 
  
  Log:
  fixed animations using jpeg  (bug # 2166)
  
  Basically the deal was on the last fix (multiple opens/closes to a filehandle)
  I changed the return values to match other image formats 0=fail and 1 = good
  (was 1=fail 0=good before)
  I Didn't update the animation code to see this so it was
  thinking the first frame failed because it was looking for the old return code.
  
  Kent
  
  Revision  Changes    Path
  1.8       +25 -19    blender/source/blender/imbuf/intern/jpeg.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/imbuf/intern/jpeg.c.diff?r1=1.7&r2=1.8&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list