Re: [FFmpeg-devel] [PATCH 1/4] lavu/opt: switch AV_OPT flags to shift-based formatting

2015-09-21 Thread Rodger Combs
> On Sep 21, 2015, at 05:49, Nicolas George wrote: > > Le jour de la Récompense, an CCXXIII, Rodger Combs a écrit : >> --- >> libavutil/opt.h | 8 >> 1 file changed, 4 insertions(+), 4 deletions(-) > > What is the benefit? I am a bit afraid it would make the merging work > harder. > >

Re: [FFmpeg-devel] [PATCH 1/4] lavu/opt: switch AV_OPT flags to shift-based formatting

2015-09-21 Thread Nicolas George
Le jour de la Récompense, an CCXXIII, Rodger Combs a écrit : > --- > libavutil/opt.h | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) What is the benefit? I am a bit afraid it would make the merging work harder. Regards, -- Nicolas George __

[FFmpeg-devel] [PATCH 1/4] lavu/opt: switch AV_OPT flags to shift-based formatting

2015-09-21 Thread Rodger Combs
--- libavutil/opt.h | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libavutil/opt.h b/libavutil/opt.h index d6d8df3..ef90e9c 100644 --- a/libavutil/opt.h +++ b/libavutil/opt.h @@ -553,22 +553,22 @@ int av_opt_eval_q (void *obj, const AVOption *o, const char *val, A