diff --git a/veejay-current/veejay-server/configure.ac b/veejay-current/veejay-server/configure.ac index 1efc8d3e..75f42dcf 100644 --- a/veejay-current/veejay-server/configure.ac +++ b/veejay-current/veejay-server/configure.ac @@ -1,12 +1,12 @@ dnl Process this file with autoconf to produce a configure script. dnl AC_INIT -AC_INIT([veejay],[1.5.13],[veejay-users@lists.sourceforge.net]) +AC_INIT([veejay],[1.5.14],[veejay-users@lists.sourceforge.net]) AC_PREREQ(2.57) AC_CONFIG_SRCDIR([veejay/veejay.c]) VEEJAY_MAJOR_VERSION=1 VEEJAY_MINOR_VERSION=5 -VEEJAY_MICRO_VERSION=13 +VEEJAY_MICRO_VERSION=14 VEEJAY_VERSION=$VEEJAY_MAJOR_VERSION.$VEEJAY_MINOR_VERSION.$VEEJAY_MICRO_VERSION VEEJAY_CODENAME="Veejay Classic - build $VEEJAY_MINOR_VERSION $VEEJAY_MICRO_VERSION" AC_CONFIG_HEADERS([config.h]) diff --git a/veejay-current/veejay-server/veejay/liblavplayvj.c b/veejay-current/veejay-server/veejay/liblavplayvj.c index 6ce5c79d..7eda4085 100644 --- a/veejay-current/veejay-server/veejay/liblavplayvj.c +++ b/veejay-current/veejay-server/veejay/liblavplayvj.c @@ -429,7 +429,7 @@ int veejay_hold_frame(veejay_t * info, int rel_resume_pos, int hold_pos) { } else { //@first press aprox settings->hold_pos = hold_pos + rel_resume_pos; - settings->hold_resume = settings->hold_pos; + settings->hold_resume = hold_pos; } settings->hold_status = 1;