diff options
author | Anton Khirnov | 2012-08-11 19:19:53 +0200 |
---|---|---|
committer | Anton Khirnov | 2012-08-19 19:20:14 +0200 |
commit | 79600a83543afd7c485e30e1e9958765aadf7882 (patch) | |
tree | ba880e812db399d2e9de3f8f73e47e8213b62b84 /cmdutils.h | |
parent | 8fc83fb081963001e1197c6fdd59fd2af415078a (diff) |
avconv: deprecate -isync.
This option does not do anything.
Also remove OPT_GRAB, since -isync is the last option using it.
Diffstat (limited to 'cmdutils.h')
-rw-r--r-- | cmdutils.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmdutils.h b/cmdutils.h index a02d19d3be..6fb5a35093 100644 --- a/cmdutils.h +++ b/cmdutils.h @@ -130,7 +130,6 @@ typedef struct { #define OPT_STRING 0x0008 #define OPT_VIDEO 0x0010 #define OPT_AUDIO 0x0020 -#define OPT_GRAB 0x0040 #define OPT_INT 0x0080 #define OPT_FLOAT 0x0100 #define OPT_SUBTITLE 0x0200 |