Re: [FFmpeg-devel] [PATCH] libavcodec/svq3: rename unknown_field to has_watermark

2015-05-02 Thread Michael Niedermayer
On Sat, May 02, 2015 at 08:41:27AM -0400, compn wrote: > On Sat, 2 May 2015 03:15:27 +0200 > Michael Niedermayer wrote: > > > The name is based on how the field is used in the code > > > > libavcodec/svq3.c | 10 +- > > 1 file changed, 5 insertions(+), 5 deletions(-) > > > > diff --

Re: [FFmpeg-devel] [PATCH] libavcodec/svq3: rename unknown_field to has_watermark

2015-05-02 Thread compn
On Sat, 2 May 2015 03:15:27 +0200 Michael Niedermayer wrote: > The name is based on how the field is used in the code > > libavcodec/svq3.c | 10 +- > 1 file changed, 5 insertions(+), 5 deletions(-) > > diff --git a/libavcodec/svq3.c b/libavcodec/svq3.c > -int unknown_flag; > +

[FFmpeg-devel] [PATCH] libavcodec/svq3: rename unknown_field to has_watermark

2015-05-01 Thread Michael Niedermayer
The name is based on how the field is used in the code Signed-off-by: Michael Niedermayer --- libavcodec/svq3.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libavcodec/svq3.c b/libavcodec/svq3.c index 4b418ab..0683b0d 100644 --- a/libavcodec/svq3.c +++ b/libav