Fixed marker bugs in rdlibrary(1) audio editor widget.

This commit is contained in:
Patrick Linstruth
2018-11-15 23:11:38 -08:00
parent e8c619988f
commit 2e35e74654
3 changed files with 46 additions and 56 deletions

View File

@@ -219,6 +219,7 @@ class RDEditAudio : public QDialog
int edit_stream;
int edit_port;
int edit_preroll;
int edit_prev_x[2][LastMarker];
};