7dbf78c497
Add missing RCS Id. from Brad.
21 lines
608 B
Plaintext
21 lines
608 B
Plaintext
$OpenBSD: patch-libfaac_aacquant_h,v 1.3 2011/10/18 08:40:55 ajacoutot Exp $
|
|
--- libfaac/aacquant.h.orig Sun Aug 28 19:44:54 2011
|
|
+++ libfaac/aacquant.h Sun Aug 28 19:45:36 2011
|
|
@@ -37,14 +37,14 @@ extern "C" {
|
|
#define POW20(x) pow(2.0,((double)x)*.25)
|
|
#define IPOW20(x) pow(2.0,-((double)x)*.1875)
|
|
|
|
-#pragma pack(push, 1)
|
|
+/* #pragma pack(push, 1) */
|
|
typedef struct
|
|
{
|
|
double *pow43;
|
|
double *adj43;
|
|
double quality;
|
|
} AACQuantCfg;
|
|
-#pragma pack(pop)
|
|
+/* #pragma pack(pop) */
|
|
|
|
void AACQuantizeInit(CoderInfo *coderInfo, unsigned int numChannels,
|
|
AACQuantCfg *aacquantCfg);
|