mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
pnm_parser: Drop broken disabled cruft
This commit is contained in:
parent
a972fc1c0a
commit
562bec0e69
@ -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 {
|
||||
next = pnmctx.bytestream - pnmctx.bytestream_start
|
||||
|
Loading…
Reference in New Issue
Block a user