openbsd-ports/graphics/ffmpeg/patches/patch-libavcodec_dsputil_c
jakemsr e066281b74 update to SVN snapshot from 20070501
several new codecs added, including an WMA encoder, Theora
encoding via libtheora, and H.264 encoding via x264

with feedback from brad@, jolan@, naddy@ and Nikns Sainkin
<nikns at secure dot lv>

OK jolan@
2007-05-25 15:54:14 +00:00

13 lines
403 B
Plaintext

$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) {