Commit 8a403b00 authored by Clément Bœsch's avatar Clément Bœsch

Merge commit '562bec0e'

* commit '562bec0e':
  pnm_parser: Drop broken disabled cruft
Merged-by: 's avatarClément Bœsch <u@pkh.me>
parents 18cdef9a 562bec0e
......@@ -56,15 +56,6 @@ retry:
}
goto retry;
}
#if 0
if (pc->index && pc->index * 2 + AV_INPUT_BUFFER_PADDING_SIZE < pc->buffer_size && buf_size > pc->index) {
memcpy(pc->buffer + pc->index, buf, pc->index);
pc->index += pc->index;
buf += pc->index;
buf_size -= pc->index;
goto retry;
}
#endif
next = END_NOT_FOUND;
} else if (pnmctx.type < 4) {
next = END_NOT_FOUND;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment