[FFmpeg-devel] [PATCH] export av_free_packet

Ramiro Polla ramiro.polla
Thu Apr 30 14:11:13 CEST 2009


On Sat, Apr 18, 2009 at 3:13 PM, Ramiro Polla <ramiro.polla at gmail.com> wrote:
> On Sun, Apr 5, 2009 at 3:39 PM, Ramiro Polla <ramiro.polla at gmail.com> wrote:
>> On Sat, Mar 28, 2009 at 8:52 AM, Anssi Hannula <anssi.hannula at gmail.com> wrote:
>>> Ramiro Polla wrote:
>>>> $subj, so it may be dlsym()'d.
>>>>
>>>> Ramiro Polla
>>> [...]
>>>
>>>> ===================================================================
>>>> --- libavformat/avformat.h ? ?(revision 18038)
>>>> +++ libavformat/avformat.h ? ?(working copy)
>>>> @@ -23,7 +23,7 @@
>>>>
>>>> ?#define LIBAVFORMAT_VERSION_MAJOR 52
>>>> ?#define LIBAVFORMAT_VERSION_MINOR 31
>>>> -#define LIBAVFORMAT_VERSION_MICRO ?1
>>>> +#define LIBAVFORMAT_VERSION_MICRO ?2
>>>>
>>>> ?#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
>>>> ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? LIBAVFORMAT_VERSION_MINOR, \
>>>
>>> Shouldn't you raise MINOR instead when adding interfaces?
>>
>> There are no clear rules on which version should be raised when...
>>
>> Updated patch raises minor.
>
> Updated patch reflects the move of AVPacket to avcodec.
>
> I'll apply it first to avcodec and then the doc change in a couple of
> days if there are no objections.

Applied - (in 144 Hours Day Land)

Ramiro Polla



More information about the ffmpeg-devel mailing list