Browse Source

Remove deprecated --output-filter option.

The option correct option is --no-output-filter.
Georgi Chorbadzhiyski 12 years ago
parent
commit
e31c1b9641
2 changed files with 2 additions and 1 deletions
  1. 2
    0
      ChangeLog
  2. 0
    1
      tsdecrypt.c

+ 2
- 0
ChangeLog View File

@@ -1,6 +1,8 @@
1 1
 2012-06-20 : Version next
2 2
  * Add --no-output-on-error (-u) option. By using this option output can be
3 3
    disabled if there is no currently received code word.
4
+ * Remove deprecated --output-filter option. The option you should use is
5
+  --no-output-filter.
4 6
 
5 7
 2012-04-19 : Version 8.1
6 8
  * Add support for Bulcrypt CAS.

+ 0
- 1
tsdecrypt.c View File

@@ -94,7 +94,6 @@ static const struct option long_options[] = {
94 94
 	{ "output-rtp",			no_argument,       NULL, 'r' },
95 95
 	{ "output-rtp-ssrc",	required_argument, NULL, 'k' },
96 96
 	{ "output-tos",			required_argument, NULL, 'g' },
97
-	{ "output-filter",		no_argument,       NULL, 'p' },
98 97
 	{ "no-output-on-error",	no_argument,       NULL, 'u' },
99 98
 	{ "no-output-filter",	no_argument,       NULL, 'p' },
100 99
 	{ "output-nit-pass",	no_argument,       NULL, 'y' },

Loading…
Cancel
Save