[FFmpeg-devel] [PATCH] libavcodec/svq3: rename unknown_field to has_watermark
compn
tempn at mi.rr.com
Sat May 2 14:41:27 CEST 2015
On Sat, 2 May 2015 03:15:27 +0200
Michael Niedermayer <michaelni at gmx.at> 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;
> + int has_watermark;
lgtm
commit message should be something like
"svq3: clarify unknown_flag by renaming to has_watermark"
-compn
More information about the ffmpeg-devel
mailing list