avconv: deprecate -isync.

This option does not do anything.

Also remove OPT_GRAB, since -isync is the last option using it.
This commit is contained in:
Anton Khirnov
2012-08-11 19:19:53 +02:00
parent 8fc83fb081
commit 79600a8354
3 changed files with 8 additions and 20 deletions

View File

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