[Ffmpeg-devel] [PATCH] avcodec.h should include stdint.h

Måns Rullgård mans
Fri Mar 9 16:33:47 CET 2007


Ismail D?nmez said:
> On Friday 09 March 2007 17:06:23 M?ns Rullg?rd wrote:
>> Ismail D?nmez said:
>> > avcodec.h uses INT64_C macro but not include stdint.h, either it
>> > shouldn't use that macro or should include stdint.h . Attached patch does
>> > the latter.
>>
>> avcodec.h includes common.h.  common.h includes inttypes.h.  inttypes.h
>> includes stdint.h.
>
> How about something like this then? It should unbreak existing C++ apps.

Rejected.  FFmpeg is a C project with a C API.  If you want to use it from
other languages you will have to create whatever wrappers they require.

-- 
M?ns Rullg?rd
mans at mansr.com




More information about the ffmpeg-devel mailing list