diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-04-12 03:00:42 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-04-14 18:38:55 +0200 |
commit | 7297b17a84ec83a4b56ecd6b5d2020a14c10b1bf (patch) | |
tree | bc63ca8ea411f6e56eabec6de89d929790e3309f /libavformat/mpc8.c | |
parent | 202da3bf486c8168170597b01f8261de288c250c (diff) | |
download | ffmpeg-7297b17a84ec83a4b56ecd6b5d2020a14c10b1bf.tar.gz |
tests/Makefile: Add auxiliary functions for transcode and stream_remux
Tests using the transcode and stream_remux functions have some common
requirements (namely the file and pipe protocols as well as the framecrc
muxer) and also other commonalities: The create a file and read it
immediately afterwards, so that they typically rely on a corresponding
muxer+demuxer pair which typically shares the same name; for transcode
(if it does not use stream copy) the same is true for encoders and
decoders. This means that using special Makefile-functions instead
of the general ALLYES is worthwhile. This commit adds such functions.
These functions allow to add arbitrary CONFIG-checks on top of the
aforementioned ones in order to satisfy special needs (for e.g. parsers,
filters) that several intended users have.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavformat/mpc8.c')
0 files changed, 0 insertions, 0 deletions