Re: [FFmpeg-devel] [PATCH] avcodec/fic: Add skip_cursor AVOption

2015-06-19 Thread Michael Niedermayer
On Thu, Jun 18, 2015 at 11:48:59AM +, Paul B Mahol wrote: > On 6/18/15, Michael Niedermayer wrote: > > Signed-off-by: Michael Niedermayer > > --- > > libavcodec/fic.c | 18 +- > > 1 file changed, 17 insertions(+), 1 deletion(-) > > > > diff --git a/libavcodec/fic.c b/libavc

Re: [FFmpeg-devel] [PATCH] avcodec/fic: Add skip_cursor AVOption

2015-06-18 Thread Paul B Mahol
On 6/18/15, Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer > --- > libavcodec/fic.c | 18 +- > 1 file changed, 17 insertions(+), 1 deletion(-) > > diff --git a/libavcodec/fic.c b/libavcodec/fic.c > index 48e7a6e..13f15d3 100644 > --- a/libavcodec/fic.c > +++ b/

[FFmpeg-devel] [PATCH] avcodec/fic: Add skip_cursor AVOption

2015-06-18 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- libavcodec/fic.c | 18 +- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/libavcodec/fic.c b/libavcodec/fic.c index 48e7a6e..13f15d3 100644 --- a/libavcodec/fic.c +++ b/libavcodec/fic.c @@ -22,6 +22,7 @@ */ #include "liba