diff options
-rw-r--r-- | recordmydesktop/ChangeLog | 4 | ||||
-rw-r--r-- | recordmydesktop/configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/recordmydesktop/ChangeLog b/recordmydesktop/ChangeLog index a67763e..db41f31 100644 --- a/recordmydesktop/ChangeLog +++ b/recordmydesktop/ChangeLog @@ -2,6 +2,10 @@ *Added Added custom X error handler, to avoid BadWindow on XGetWindowAttributes, with XQueryTree. *Fixed sound_buffer initialization, which could cause segfault in startup. +*Corrected buffer size in sound recoding. Size can now be specified as an +option. +*Corrected interleaving of audio and video streams. +*Fixed missing end-of-stream in generated files. diff --git a/recordmydesktop/configure.ac b/recordmydesktop/configure.ac index 68eab7b..2f381b9 100644 --- a/recordmydesktop/configure.ac +++ b/recordmydesktop/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.59) AC_INIT(src/recordmydesktop.c) -AM_INIT_AUTOMAKE(recordmydesktop,0.3.1-CVS,) +AM_INIT_AUTOMAKE(recordmydesktop,0.3.1,) AC_CONFIG_SRCDIR([src/recordmydesktop.c]) AM_CONFIG_HEADER(config.h) |