On 2012-01-18 13:54:11 +0200, Andrey Utkin wrote: > It is treated not as **AVDictionary, but as an array of such. > Show it in declaration. > --- > libavformat/avformat.h | 2 +- > libavformat/utils.c | 10 +++++----- > 2 files changed, 6 insertions(+), 6 deletions(-) > > diff --git a/libavformat/avformat.h b/libavformat/avformat.h > index fff911a..23fb759 100644 > --- a/libavformat/avformat.h > +++ b/libavformat/avformat.h > @@ -1433,7 +1433,7 @@ int av_find_stream_info(AVFormatContext *ic); > * @todo Let the user decide somehow what information is needed so that > * we do not waste time getting stuff the user does not need. > */ > -int avformat_find_stream_info(AVFormatContext *ic, AVDictionary **options); > +int avformat_find_stream_info(AVFormatContext *ic, AVDictionary **options[]);
this breaks API Janne _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
