footageviewer: auto switch waveform mode when clicking video/audio buttons

This commit is contained in:
itsmattkc
2023-03-20 16:51:39 -07:00
parent 0a54585ece
commit 537908c605
7 changed files with 55 additions and 13 deletions
+2 -2
View File
@@ -218,6 +218,8 @@ protected:
RenderTicketPtr GetSingleFrame(const rational &t, bool dry = false);
void SetWaveformMode(WaveformMode wf);
private:
int64_t GetTimestamp() const
{
@@ -270,8 +272,6 @@ private:
void CloseAudioProcessor();
void SetWaveformMode(WaveformMode wf);
void DetectMulticamNode(const rational &time);
bool IsVideoVisible() const;