Skip to content
Snippets Groups Projects
  1. Oct 22, 2003
  2. Oct 21, 2003
  3. Oct 20, 2003
  4. Oct 19, 2003
  5. Oct 18, 2003
  6. Oct 17, 2003
  7. Oct 16, 2003
  8. Oct 15, 2003
  9. Oct 14, 2003
    • Michael Niedermayer's avatar
      recommit of · ffaa816e
      Michael Niedermayer authored
          * fixing an unitilaized field AVImageInfo::interleaved.
      
            As a matter of fact we have two problems here: first
            AVImageInfo::interleaved is never initialzed in img.c.
            The second problem is that even if we want interleaved
            PNGs there's a bug in png.c that prevents us from generating
            them.
      
            The later problem is for somebody familiar with PNG to
            handle.
      
            And yes, always setting AVImageInfo::interleaved to 0 isn't
            such a good idea, but it still beats garbage values.
      orginal commit by roman shaposhnik
      
      Originally committed as revision 2380 to svn://svn.ffmpeg.org/ffmpeg/trunk
      ffaa816e
Loading