Re: [FFmpeg-devel] [PATCH] lavc: add null codecs

2023-01-29 Thread Paul B Mahol
On 1/27/23, Anton Khirnov wrote: > They discard all input without ever returning any output. Useful for > development. > --- > libavcodec/Makefile | 4 ++ > libavcodec/allcodecs.c | 6 +++ > libavcodec/codec_desc.c | 12 ++ > libavcodec/codec_id.h | 10 + > libavcodec/null.c

Re: [FFmpeg-devel] [PATCH] lavc: add null codecs

2023-01-27 Thread Paul B Mahol
On 1/27/23, Anton Khirnov wrote: > They discard all input without ever returning any output. Useful for > development. > --- > libavcodec/Makefile | 4 ++ > libavcodec/allcodecs.c | 6 +++ > libavcodec/codec_desc.c | 12 ++ > libavcodec/codec_id.h | 10 + > libavcodec/null.c

[FFmpeg-devel] [PATCH] lavc: add null codecs

2023-01-27 Thread Anton Khirnov
They discard all input without ever returning any output. Useful for development. --- libavcodec/Makefile | 4 ++ libavcodec/allcodecs.c | 6 +++ libavcodec/codec_desc.c | 12 ++ libavcodec/codec_id.h | 10 + libavcodec/null.c | 96 +