mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
lavc: add null codecs
They discard all input without ever returning any output. Useful for development.
This commit is contained in:
parent
229f3259f8
commit
e3a99041b8
5 changed files with 129 additions and 0 deletions
|
|
@ -884,6 +884,12 @@ extern const FFCodec ff_vp9_qsv_decoder;
|
|||
extern const FFCodec ff_vp9_vaapi_encoder;
|
||||
extern const FFCodec ff_vp9_qsv_encoder;
|
||||
|
||||
// null codecs
|
||||
extern const FFCodec ff_vnull_decoder;
|
||||
extern const FFCodec ff_vnull_encoder;
|
||||
extern const FFCodec ff_anull_decoder;
|
||||
extern const FFCodec ff_anull_encoder;
|
||||
|
||||
// The iterate API is not usable with ossfuzz due to the excessive size of binaries created
|
||||
#if CONFIG_OSSFUZZ
|
||||
const FFCodec * codec_list[] = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue