mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-22 23:10:00 +01:00
Merge commit '562bec0e690760fb93deb2843a7237713103a191'
* commit '562bec0e690760fb93deb2843a7237713103a191': pnm_parser: Drop broken disabled cruft Merged-by: Clément Bœsch <u@pkh.me>
This commit is contained in:
@@ -56,15 +56,6 @@ retry:
|
|||||||
}
|
}
|
||||||
goto 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;
|
next = END_NOT_FOUND;
|
||||||
} else if (pnmctx.type < 4) {
|
} else if (pnmctx.type < 4) {
|
||||||
next = END_NOT_FOUND;
|
next = END_NOT_FOUND;
|
||||||
|
|||||||
Reference in New Issue
Block a user