avfilter: add 3D scope multimedia filter

This commit is contained in:
Paul B Mahol
2022-06-17 18:27:19 +02:00
parent 4beac58e90
commit d1513e7f9c
6 changed files with 417 additions and 2 deletions

View File

@@ -546,6 +546,7 @@ extern const AVFilter ff_vsrc_yuvtestsrc;
extern const AVFilter ff_vsink_nullsink;
/* multimedia filters */
extern const AVFilter ff_avf_a3dscope;
extern const AVFilter ff_avf_abitscope;
extern const AVFilter ff_avf_adrawgraph;
extern const AVFilter ff_avf_agraphmonitor;