From 79600a83543afd7c485e30e1e9958765aadf7882 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sat, 11 Aug 2012 19:19:53 +0200 Subject: avconv: deprecate -isync. This option does not do anything. Also remove OPT_GRAB, since -isync is the last option using it. --- cmdutils.h | 1 - 1 file changed, 1 deletion(-) (limited to 'cmdutils.h') 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 -- cgit v1.2.3