>> #define LIBAVFORMAT_VERSION_MAJOR 58
>> -#define LIBAVFORMAT_VERSION_MINOR 35
>> +#define LIBAVFORMAT_VERSION_MINOR 36
>> #define LIBAVFORMAT_VERSION_MICRO 101
>>
>You forgot to reset micro.
>
>- Andreas
Sorry, I just checked the git log and now understand how micro versions works.
I will
Nicolas Gaullier:
> This will allow avformat_find_stream_info() get side data from the codec
> context.
> ---
> doc/APIchanges | 3 +++
> libavformat/avformat.h | 11 +++
> libavformat/utils.c| 15 +++
> libavformat/version.h | 2 +-
> 4 files changed, 30 insert
This will allow avformat_find_stream_info() get side data from the codec
context.
---
doc/APIchanges | 3 +++
libavformat/avformat.h | 11 +++
libavformat/utils.c| 15 +++
libavformat/version.h | 2 +-
4 files changed, 30 insertions(+), 1 deletion(-)
diff --git