e7eafae972
additions/changes in this update: - RoQ muxer, audio encoder - Renderware TXD demuxer and decoder - extern C declarations for C++ removed from headers - sws_flags command line option - codebook generator - RoQ video encoder - QTRLE encoder - OS/2 support removed - AC-3 decoder - NUT muxer (since r10052) - Matroska muxer - Slice-based parallel H.264 decoding plus lots of bugfixes prodding/testing/ok brad@
13 lines
403 B
Plaintext
13 lines
403 B
Plaintext
$OpenBSD: patch-libavcodec_dsputil_c,v 1.3 2007/09/24 07:51:24 jakemsr Exp $
|
|
--- libavcodec/dsputil.c.orig Mon Sep 10 19:17:58 2007
|
|
+++ libavcodec/dsputil.c Mon Sep 10 19:52:11 2007
|
|
@@ -3847,7 +3847,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) {
|