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

Kent Mein mein at cs.umn.edu
Tue Feb 13 16:50:28 CET 2007


sirdude (Kent Mein) 2007/02/13 16:50:28 CET

  Modified files:
    blender/source/blender/avi/intern avi.c 
  
  Log:
  This fixes a bug in the mplayer bug tracker ;)
  http://bugzilla.mplayerhq.hu/show_bug.cgi?id=642
  
  Help provided by Reimar Doeffing.
  
  It removes two special cases which were creating empty huffman tables.
  So videos would play all black in players that were working correctly
  and looking at the tables if they exist.
  
  I also deleted commented out malloc statements that seem to be working
  just fine(they were replaced with MEM_mallocN statements).
  If people need them they can just look at cvs to see how they were done before.
  
  I also removed an empty else statement.
  
  (This fix does not fix the black bar in the sequencer with blender made avi's but
  I hope to have a fix for that later today)
  
  Kent
  
  Revision  Changes    Path
  1.6       +8 -16     blender/source/blender/avi/intern/avi.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/avi/intern/avi.c.diff?r1=1.5&r2=1.6&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list