Version 0.3.0 released.

This commit is contained in:
Johns 2012-01-09 22:10:42 +01:00
parent 96eefca699
commit 8d624224e9
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
User johns User johns
Date: Date: Mon Jan 9 22:09:38 CET 2012
Release Version 0.3.0
Add support of resolution dependend video parameters (deint, scale, ...). Add support of resolution dependend video parameters (deint, scale, ...).
Add support for recording play back. Add support for recording play back.
Add workaround for alsa crash in snd_pcm_prepare. Add workaround for alsa crash in snd_pcm_prepare.

View File

@ -42,7 +42,7 @@ extern "C"
////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////
static const char *const VERSION = "0.2.0"; static const char *const VERSION = "0.3.0";
static const char *const DESCRIPTION = static const char *const DESCRIPTION =
trNOOP("A software and GPU emulated HD device"); trNOOP("A software and GPU emulated HD device");