forked from mia/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
1 changed files with 2 additions and 2 deletions
|
@ -45,8 +45,8 @@
|
||||||
#include "dialog_progress.h"
|
#include "dialog_progress.h"
|
||||||
|
|
||||||
|
|
||||||
#define FFMS_TRACKMASK_ALL 0
|
#define FFMS_TRACKMASK_ALL -1
|
||||||
#define FFMS_TRACKMASK_NONE -1
|
#define FFMS_TRACKMASK_NONE 0
|
||||||
|
|
||||||
|
|
||||||
class FFmpegSourceProvider {
|
class FFmpegSourceProvider {
|
||||||
|
|
Loading…
Reference in a new issue