openbsd-ports/graphics/ffmpeg/patches/patch-libavcodec_dsputil_c

13 lines
403 B
Plaintext
Raw Normal View History

$OpenBSD: patch-libavcodec_dsputil_c,v 1.2 2007/05/25 15:54:14 jakemsr Exp $
--- libavcodec/dsputil.c.orig Wed Apr 4 21:25:04 2007
+++ libavcodec/dsputil.c Tue Apr 17 22:02:51 2007
@@ -3837,7 +3837,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) {