diff options
author | Anton Khirnov <anton@khirnov.net> | 2022-05-20 10:37:26 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2022-05-24 13:35:16 +0200 |
commit | 83560e48f6d184e3ca3a904b77e92c0c7316aee8 (patch) | |
tree | 908dbc2bf8e2c6499939b5a8ab7f170c637b0182 /libavfilter/af_anlmdn.c | |
parent | aa7d38f27caf9545118ad347e09876cc08dfd4e0 (diff) | |
download | ffmpeg-83560e48f6d184e3ca3a904b77e92c0c7316aee8.tar.gz |
tests/fate-run: give consistent names to enc_dec() arguments
enc_dec() performs two ffmpeg runs - the first one encoding a source
file into a specified output format, the second one decoding previously
encoded file.
The arguments to this function currently have confusing names - e.g.
dec_opt contains _output_ (i.e. encoding) options for the second
(decoding) ffmpeg invocation. It is also possible to supply _input_
(i.e. decoding) options for the second ffmpeg run, but the argument
is currently unnamed and referred to by number.
Add an _in/_out suffix to argument names to make it clear what they are
used for. Give a name to input options for the decoding ffmpeg run.
Diffstat (limited to 'libavfilter/af_anlmdn.c')
0 files changed, 0 insertions, 0 deletions