Skip to content
Snippets Groups Projects
  • Vittorio Giovara's avatar
    0562887a
    tiffenc: initialize return value · 0562887a
    Vittorio Giovara authored
    'ret' can only be used without initialization if s->height <= 0, which can
    only happen if avctx->height <= 0, which is validated elsewhere. Doesn't hurt
    to still initialize it though.
    
    CC: libav-stable@libav.org
    Bug-Id: CID 732296
    0562887a
    History
    tiffenc: initialize return value
    Vittorio Giovara authored
    'ret' can only be used without initialization if s->height <= 0, which can
    only happen if avctx->height <= 0, which is validated elsewhere. Doesn't hurt
    to still initialize it though.
    
    CC: libav-stable@libav.org
    Bug-Id: CID 732296