mirror of https://github.com/odrling/Aegisub
Fix a very embarrassing bug (I mixed up the track masks in r3155).
Originally committed to SVN as r3164.
This commit is contained in:
parent
c02f953ee0
commit
c6a5ff07d7
|
@ -45,8 +45,8 @@
|
|||
#include "dialog_progress.h"
|
||||
|
||||
|
||||
#define FFMS_TRACKMASK_ALL 0
|
||||
#define FFMS_TRACKMASK_NONE -1
|
||||
#define FFMS_TRACKMASK_ALL -1
|
||||
#define FFMS_TRACKMASK_NONE 0
|
||||
|
||||
|
||||
class FFmpegSourceProvider {
|
||||
|
|
Loading…
Reference in New Issue