From 73bf5ce6f4ea16c0030b02d9801d9046a13a4058 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Tue, 15 Mar 2016 12:26:35 -0700 Subject: [PATCH] GUAC-236: Remove unused macros. --- src/guacenc/guacenc.h | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/guacenc/guacenc.h b/src/guacenc/guacenc.h index a462f910..e269cfdc 100644 --- a/src/guacenc/guacenc.h +++ b/src/guacenc/guacenc.h @@ -27,19 +27,6 @@ #include -/** - * The name of the codec to use by default, if no other codec is specified on - * the command line. This name is dictated by ffmpeg / libavcodec. - */ -#define GUACENC_DEFAULT_CODEC "mpeg4" - -/** - * The extension to append to the end of the input file to produce the output - * file name, excluding the separating period, if no other suffix is specified - * on the command line. - */ -#define GUACENC_DEFAULT_SUFFIX "mpg" - /** * The width of the output video, in pixels, if no other width is given on the * command line. Note that different codecs will have different restrictions