From 698b536f3b34a7cfc41a80e1034cc359456bdd66 Mon Sep 17 00:00:00 2001 From: Dave Burke Date: Sat, 12 May 2012 13:17:25 -0700 Subject: Update to 2012_05_11 version. Fixes: - Don't throw error for invalid bitrate but limit to functional value - More robust ASC parsing - More robust handling of corrupt bitstreams - Handle multiple raw access units Change-Id: Ib49fe2545ff4185fe924126da702fe84ac5c2d87 --- libFDK/src/dct.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libFDK/src/dct.cpp') diff --git a/libFDK/src/dct.cpp b/libFDK/src/dct.cpp index d05a26f..6a267cf 100644 --- a/libFDK/src/dct.cpp +++ b/libFDK/src/dct.cpp @@ -21,7 +21,7 @@ *******************************************************************************/ /*! \file dct.cpp - \brief DCT Implementations $Revision: 36871 $ + \brief DCT Implementations $Revision: 37444 $ Library functions to calculate standard DCTs. This will most likely be replaced by hand-optimized functions for the specific target processor. -- cgit v1.2.3