[FFmpeg-cvslog] r19715 - in trunk/libavcodec: asv1.c dnxhddec.c dv.c mpegaudio.h
Måns Rullgård
mans
Wed Aug 26 18:34:54 CEST 2009
Baptiste Coudurier <baptiste.coudurier at gmail.com> writes:
> 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,
I figured that might be the case.
> does it need to be changed as well ?
I'm still investigating that one. It might be needed there.
--
M?ns Rullg?rd
mans at mansr.com
More information about the ffmpeg-cvslog
mailing list