Cleanup: handle Filter objects by value rather than by reference.
authorCarl Hetherington <cth@carlh.net>
Tue, 7 Nov 2023 23:59:42 +0000 (00:59 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 20 Nov 2023 06:34:23 +0000 (07:34 +0100)
commit83a948956916abb7b2c13c25141323d326b38708
tree83bbeba8d94aa9c49dc248fdf54ff2a854f64d87
parentbb3a9a12116a4b2a5bc1fef38e73853f576a773a
Cleanup: handle Filter objects by value rather than by reference.
14 files changed:
src/lib/audio_analyser.cc
src/lib/audio_analyser.h
src/lib/ffmpeg_content.cc
src/lib/ffmpeg_content.h
src/lib/filter.cc
src/lib/filter.h
src/lib/filter_graph.cc
src/lib/filter_graph.h
src/lib/video_filter_graph_set.h
src/wx/content_advanced_dialog.cc
src/wx/content_advanced_dialog.h
src/wx/filter_dialog.cc
src/wx/filter_dialog.h
src/wx/simple_video_view.cc