[FFmpeg-devel] [PATCH] vble: remove superfluous braces

Derek Buitenhuis derek.buitenhuis at gmail.com
Mon Nov 19 15:26:12 CET 2012


On 19/11/2012 4:49 AM, Piotr Bandurski wrote:
> -    if (version != 1) {
> +    if (version != 1)
>          av_log(avctx, AV_LOG_WARNING, "Unsupported VBLE Version: %d\n", version);
> -    }

LGTM.

- Derek


More information about the ffmpeg-devel mailing list