diff options
Diffstat (limited to 'ext/snapshot')
-rw-r--r-- | ext/snapshot/gstsnapshot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/snapshot/gstsnapshot.c b/ext/snapshot/gstsnapshot.c index cc259460..d037de00 100644 --- a/ext/snapshot/gstsnapshot.c +++ b/ext/snapshot/gstsnapshot.c @@ -26,7 +26,7 @@ #include "gstsnapshot.h" #include <gst/video/video.h> -#define MAX_HEIGHT 2048 +#define MAX_HEIGHT 2048 /* elementfactory information */ static GstElementDetails snapshot_details = { |