Måns Rullgård <[email protected]> writes:

> Alex Converse <[email protected]> writes:
>
>> It was long ago superseded by msmpeg4_version.
>> ---
>>  libavcodec/arm/asm-offsets.h |   12 ++++++------
>>  libavcodec/h263dec.c         |    8 +-------
>>  libavcodec/mpegvideo.c       |    2 +-
>>  libavcodec/mpegvideo.h       |    2 --
>>  libavcodec/mpegvideo_enc.c   |    8 ++------
>>  5 files changed, 10 insertions(+), 22 deletions(-)
>>
>> diff --git a/libavcodec/arm/asm-offsets.h b/libavcodec/arm/asm-offsets.h
>> index 110d33d..4293633 100644
>> --- a/libavcodec/arm/asm-offsets.h
>> +++ b/libavcodec/arm/asm-offsets.h
>> @@ -29,11 +29,11 @@
>>  #endif
>>  
>>  /* MpegEncContext */
>> -#define Y_DC_SCALE               0xb4
>> -#define C_DC_SCALE               0xb8
>> -#define AC_PRED                  0xbc
>> -#define BLOCK_LAST_INDEX         0xc0
>> -#define H263_AIC                 0xf0
>> -#define INTER_SCANTAB_RASTER_END 0x138
>> +#define Y_DC_SCALE               0xb0
>> +#define C_DC_SCALE               0xb4
>> +#define AC_PRED                  0xb8
>> +#define BLOCK_LAST_INDEX         0xbc
>> +#define H263_AIC                 0xdc
>> +#define INTER_SCANTAB_RASTER_END 0x134
>
> These offsets actually end up being unchanged due to a 64-bit field in
> the struct.

On second thoughts, it probably breaks on rotten fruit systems, which I
cannot test.

-- 
Måns Rullgård
[email protected]
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to