Re: [FFmpeg-devel] [PATCH 2/4] lavu/opt: document av_opt_copy function

2014-11-09 Thread wm4
On Sun, 09 Nov 2014 17:10:10 +0100 Lukasz Marek wrote: > On 09.11.2014 07:15, wm4 wrote: > > On Sat, 8 Nov 2014 18:13:51 +0100 > > Lukasz Marek wrote: > > > >> --- > >> libavutil/opt.h | 10 ++ > >> 1 file changed, 10 insertions(+) > >> > >> diff --git a/libavutil/opt.h b/libavutil/o

Re: [FFmpeg-devel] [PATCH 2/4] lavu/opt: document av_opt_copy function

2014-11-09 Thread Lukasz Marek
On 09.11.2014 07:15, wm4 wrote: On Sat, 8 Nov 2014 18:13:51 +0100 Lukasz Marek wrote: --- libavutil/opt.h | 10 ++ 1 file changed, 10 insertions(+) diff --git a/libavutil/opt.h b/libavutil/opt.h index b9ac932..b78810c 100644 --- a/libavutil/opt.h +++ b/libavutil/opt.h @@ -815,6 +8

Re: [FFmpeg-devel] [PATCH 2/4] lavu/opt: document av_opt_copy function

2014-11-08 Thread wm4
On Sat, 8 Nov 2014 18:13:51 +0100 Lukasz Marek wrote: > --- > libavutil/opt.h | 10 ++ > 1 file changed, 10 insertions(+) > > diff --git a/libavutil/opt.h b/libavutil/opt.h > index b9ac932..b78810c 100644 > --- a/libavutil/opt.h > +++ b/libavutil/opt.h > @@ -815,6 +815,16 @@ void av_op

Re: [FFmpeg-devel] [PATCH 2/4] lavu/opt: document av_opt_copy function

2014-11-08 Thread Michael Niedermayer
On Sat, Nov 08, 2014 at 06:13:51PM +0100, Lukasz Marek wrote: > --- > libavutil/opt.h | 10 ++ > 1 file changed, 10 insertions(+) LGTM thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB The real ebay dictionary, page 1 "Used only once"- "Some unsp

[FFmpeg-devel] [PATCH 2/4] lavu/opt: document av_opt_copy function

2014-11-08 Thread Lukasz Marek
--- libavutil/opt.h | 10 ++ 1 file changed, 10 insertions(+) diff --git a/libavutil/opt.h b/libavutil/opt.h index b9ac932..b78810c 100644 --- a/libavutil/opt.h +++ b/libavutil/opt.h @@ -815,6 +815,16 @@ void av_opt_freep_ranges(AVOptionRanges **ranges); */ int av_opt_query_ranges(AVOp