jdk/src/java.desktop/share/native/libawt/awt/image/gif/gifdecoder.c
changeset 28059 e576535359cc
parent 26751 70bac69b37c9
equal deleted inserted replaced
28058:87940c838900 28059:e576535359cc
   397          * corrupted frame correctly.
   397          * corrupted frame correctly.
   398          * However, we can not skip frame without decoding it
   398          * However, we can not skip frame without decoding it
   399          * and therefore we have to continue looping through data
   399          * and therefore we have to continue looping through data
   400          * but skip internal output loop.
   400          * but skip internal output loop.
   401          *
   401          *
   402          * In particular this is is possible when
   402          * In particular this is possible when
   403          * width of the frame is set to zero. If
   403          * width of the frame is set to zero. If
   404          * global width (i.e. width of the logical screen)
   404          * global width (i.e. width of the logical screen)
   405          * is zero too then zero-length scanline buffer
   405          * is zero too then zero-length scanline buffer
   406          * is allocated in java code and we have no buffer to
   406          * is allocated in java code and we have no buffer to
   407          * store decoded data in.
   407          * store decoded data in.