Skip to content
  • Robert Ancell's avatar
    gif: Simplify LZW clear code handling · a314f593
    Robert Ancell authored
    The existing code had a special state for handling codes after a clear code was
    received. This is more simply handled by using the 'lzw_oldcode' variable. This
    makes code that is less likely to introduce errors.
    a314f593