diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-09-05 01:35:19 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-09-05 02:00:08 +0200 |
commit | f89949afed7a538db603f32d463fe9547bc439a7 (patch) | |
tree | 9174bbf12963352bf8a7af3312e6897c748839f6 | |
parent | f0395f9ef6051315973f1fdded1804f81458566d (diff) | |
download | ffmpeg-f89949afed7a538db603f32d463fe9547bc439a7.tar.gz |
avutil/tests/.gitignore: Add channel_layout testtool
Reviewed-by: James Almer <jamrial@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-rw-r--r-- | libavutil/tests/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/tests/.gitignore b/libavutil/tests/.gitignore index 919010e4fc..87895912f5 100644 --- a/libavutil/tests/.gitignore +++ b/libavutil/tests/.gitignore @@ -9,6 +9,7 @@ /bprint /camellia /cast5 +/channel_layout /color_utils /cpu /cpu_init |