Fix a very embarrassing bug (I mixed up the track masks in r3155).

Originally committed to SVN as r3164.
This commit is contained in:
Karl Blomster 2009-07-18 20:03:32 +00:00
parent c02f953ee0
commit c6a5ff07d7

View file

@ -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 {