]> git.sesse.net Git - ffmpeg/commit
avfilter/audio: Remove unused array, move used-only-once array
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Fri, 21 Aug 2020 13:13:02 +0000 (15:13 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Fri, 21 Aug 2020 16:18:08 +0000 (18:18 +0200)
commit2e0fd50319583afaa546a20222b885b304912f98
treeb3f6fc0ad886327bab249816dcd5034a2276d496
parent128e6df1cd79076e3d5f51bbc88607b3d1c62689
avfilter/audio: Remove unused array, move used-only-once array

ff_planar_sample_fmts_array is unused (and was unused since it was added
in 4d4098da009c8340997b8d1abedbf2062e4aa991) and therefore this commit
removes it; ff_packed_sample_fmts_array meanwhile is used only once (in
the amerge filter) and therefore it has been moved to this place.

Reviewed-by: Paul B Mahol <onemda@gmail.com>
Reviewed-by: Nicolas George <george@nsup.org>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavfilter/af_amerge.c
libavfilter/audio.h