[FFmpeg-cvslog] r19715 - in trunk/libavcodec: asv1.c dnxhddec.c dv.c mpegaudio.h

Baptiste Coudurier baptiste.coudurier
Thu Aug 27 01:28:02 CEST 2009


Hi Mans,

On 8/26/2009 5:12 AM, mru wrote:
> [...]
>
> Modified: trunk/libavcodec/dnxhddec.c
> ==============================================================================
> --- trunk/libavcodec/dnxhddec.c	Wed Aug 26 13:31:37 2009	(r19714)
> +++ trunk/libavcodec/dnxhddec.c	Wed Aug 26 14:12:40 2009	(r19715)
> @@ -40,7 +40,7 @@ typedef struct {
>       int last_dc[3];
>       DSPContext dsp;
>       DECLARE_ALIGNED_16(DCTELEM, blocks[8][64]);
> -    DECLARE_ALIGNED_8(ScanTable, scantable);
> +    ScanTable scantable;
>       const CIDEntry *cid_table;
>   } DNXHDContext;
>

I remember now that this was taken from mpegvideo.h, does it need to be 
changed as well ?

[...]

-- 
Baptiste COUDURIER                              GnuPG Key Id: 0x5C1ABAAA
Key fingerprint                 8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA
FFmpeg maintainer                                  http://www.ffmpeg.org



More information about the ffmpeg-cvslog mailing list