[libav-devel] [PATCH 5/8] opt: Add av_opt_copy()

2016-03-19 Thread Martin Storsjö
From: Michael Niedermayer This includes documentation and other modifications by Lukasz Marek and Martin Storsjö. --- Changed things according to Anton's suggestions. --- doc/APIchanges | 3 +++ libavutil/opt.c | 66

Re: [libav-devel] [PATCH 5/8] opt: Add av_opt_copy()

2016-03-19 Thread Martin Storsjö
On Sat, 19 Mar 2016, Anton Khirnov wrote: Quoting Martin Storsjö (2016-03-19 20:01:15) On Sat, 19 Mar 2016, Anton Khirnov wrote: > Quoting Martin Storsjö (2016-03-18 13:01:39) >> From: Michael Niedermayer >> >> This includes documentation and other modifications by >>

Re: [libav-devel] [PATCH 5/8] opt: Add av_opt_copy()

2016-03-19 Thread Anton Khirnov
Quoting Martin Storsjö (2016-03-19 20:01:15) > On Sat, 19 Mar 2016, Anton Khirnov wrote: > > > Quoting Martin Storsjö (2016-03-18 13:01:39) > >> From: Michael Niedermayer > >> > >> This includes documentation and other modifications by > >> Lukasz Marek. > >> --- > >>

Re: [libav-devel] [PATCH 5/8] opt: Add av_opt_copy()

2016-03-19 Thread Martin Storsjö
On Sat, 19 Mar 2016, Anton Khirnov wrote: Quoting Martin Storsjö (2016-03-18 13:01:39) From: Michael Niedermayer This includes documentation and other modifications by Lukasz Marek. --- doc/APIchanges | 3 +++ libavutil/opt.c | 58

Re: [libav-devel] [PATCH 5/8] opt: Add av_opt_copy()

2016-03-19 Thread Anton Khirnov
Quoting Martin Storsjö (2016-03-18 13:01:39) > From: Michael Niedermayer > > This includes documentation and other modifications by > Lukasz Marek. > --- > doc/APIchanges | 3 +++ > libavutil/opt.c | 58 > + >

[libav-devel] [PATCH 5/8] opt: Add av_opt_copy()

2016-03-19 Thread Martin Storsjö
From: Michael Niedermayer This includes documentation and other modifications by Lukasz Marek. --- doc/APIchanges | 3 +++ libavutil/opt.c | 58 + libavutil/opt.h | 13 libavutil/version.h | 2 +-