[FFmpeg-devel] [RFC] move wmv2.c to its own file
Denis Fortin
fortin
Thu Jun 7 21:33:23 CEST 2007
>>> Attached is a patch which moves code_012 to ff_code012 (and nothing
>>> else). It's just a reminder for Diego's patch and i don't expect to see
>>> mine applied.
>>>
>>> Denis
>> Here's another patch to export two other functions i used in vc1 encoder
>> (no more needed for the moment).
>>
>>
>> Denis
>
>> Index: libavcodec/msmpeg4.c
>> ===================================================================
>> --- libavcodec/msmpeg4.c (r??vision 9235)
>> +++ libavcodec/msmpeg4.c (copie de travail)
>> @@ -61,7 +61,7 @@
>> static uint32_t v2_dc_lum_table[512][2];
>> static uint32_t v2_dc_chroma_table[512][2];
>>
>> -static inline void msmpeg4_encode_block(MpegEncContext * s, DCTELEM * block, int n);
>> +inline void ff_msmpeg4_encode_block(MpegEncContext * s, DCTELEM * block, int n);
>
> its extern inline IIRC and gcc does not support it IIRC
I'm not sure to understand what you meant:
should i remove the inline ?
Denis
More information about the ffmpeg-devel
mailing list