1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-24 13:56:33 +02:00
FFmpeg/libavformat
Michael Niedermayer ffaa816ee3 recommit of
* 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
2003-10-14 14:40:36 +00:00
..
2003-10-14 14:13:57 +00:00
2003-10-03 05:43:03 +00:00
2003-09-08 20:04:44 +00:00
2003-09-08 22:04:29 +00:00
2003-10-13 10:59:57 +00:00
2003-09-08 20:04:44 +00:00
2003-10-03 05:43:03 +00:00
2003-10-14 14:40:36 +00:00
2003-08-24 21:21:10 +00:00
2003-09-08 20:04:44 +00:00
2003-10-02 03:53:52 +00:00
2003-09-12 03:48:14 +00:00