d11f853ac6
ok biorn@ (MAINTAINER), ajacoutot@, brad@
23 lines
754 B
Plaintext
23 lines
754 B
Plaintext
$OpenBSD: patch-libavcodec_dsputil_c,v 1.1 2008/02/08 17:32:41 jakemsr Exp $
|
|
--- libavcodec/dsputil.c.orig Sun Oct 7 12:49:37 2007
|
|
+++ libavcodec/dsputil.c Mon Feb 4 16:24:38 2008
|
|
@@ -39,7 +39,9 @@
|
|
void ff_spatial_dwt(int *buffer, int width, int height, int stride, int type, int decomposition_count);
|
|
|
|
/* vorbis.c */
|
|
+#if ENABLE_VORBIS_DECODER
|
|
void vorbis_inverse_coupling(float *mag, float *ang, int blocksize);
|
|
+#endif
|
|
|
|
/* flacenc.c */
|
|
void ff_flac_compute_autocorr(const int32_t *data, int len, int lag, double *autoc);
|
|
@@ -3850,7 +3852,7 @@ void dsputil_init(DSPContext* c, AVCodecContext *avctx
|
|
{
|
|
int i;
|
|
|
|
- ff_check_alignment();
|
|
+ /*ff_check_alignment();*/
|
|
|
|
#ifdef CONFIG_ENCODERS
|
|
if(avctx->dct_algo==FF_DCT_FASTINT) {
|