diff --git a/CHANGELOG.txt b/CHANGELOG.txt index f0778d26f..fd1cc4aae 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,13 @@ LAV DirectShow Filters Changelog =================================== +0.73.1 - 2018/10/11 +LAV Video +- Fixed: Container-provided color information will only overwrite video bitstream color information if its set and valid + +LAV Audio +- Fixed: Certain multi-channel AAC streams did not decode in 0.73 + 0.73.0 - 2018/10/05 LAV Splitter - Changed: Export the description of cover art and attachments for use by players diff --git a/common/includes/version.h b/common/includes/version.h index b3be1533e..a4ed31ecb 100644 --- a/common/includes/version.h +++ b/common/includes/version.h @@ -4,7 +4,7 @@ #define LAV_VERSION_MAJOR 0 #define LAV_VERSION_MINOR 73 -#define LAV_VERSION_REVISION 0 +#define LAV_VERSION_REVISION 1 ///////////////////////////////////////////////////////// #ifndef ISPP_INCLUDED