From 33f75d72e6769c071899be545cc861620c88fddb Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Mon, 29 Aug 2011 09:16:42 +0200 Subject: avconv: move ts scale to options context. --- cmdutils.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cmdutils.h') diff --git a/cmdutils.h b/cmdutils.h index 61cfc229b7..989d769dfe 100644 --- a/cmdutils.h +++ b/cmdutils.h @@ -115,6 +115,7 @@ typedef struct SpecifierOpt { int i; int64_t i64; float f; + double dbl; } u; } SpecifierOpt; @@ -140,6 +141,7 @@ typedef struct { Implies OPT_OFFSET. Next element after the offset is an int containing element count in the array. */ #define OPT_TIME 0x10000 +#define OPT_DOUBLE 0x20000 union { void *dst_ptr; int (*func_arg)(const char *, const char *); -- cgit v1.2.3