commit 50229f163ba4475271b5c28d2ddb3ea1cbe49458
Author: Mark Spieth <mspieth@digivation.com.au>
Date: Sun May 27 17:40:48 2012 +1000
commflag mode options fix
diff --git a/mythtv/programs/mythcommflag/main.cpp b/mythtv/programs/mythcommflag/main.cpp
index 74d161f..bbba950 100644
|
a
|
b
|
static int FlagCommercials(ProgramInfo *program_info, int jobid,
|
| 774 | 774 | << "'" << endl; |
| 775 | 775 | return GENERIC_EXIT_INVALID_CMDLINE; |
| 776 | 776 | } |
| | 777 | if (commDetectMethod == COMM_DETECT_UNINIT) |
| | 778 | commDetectMethod = COMM_DETECT_OFF; |
| 777 | 779 | |
| 778 | 780 | // append flag method to list |
| 779 | 781 | commDetectMethod = (SkipTypes) ((int)commDetectMethod |
| 780 | | || (int)skipTypes->value(val)); |
| | 782 | | (int)skipTypes->value(val)); |
| 781 | 783 | } |
| 782 | 784 | |
| 783 | 785 | } |