2017-12-09 3:24 GMT+01:00 Rodger Combs <rodger.co...@gmail.com>:

> -            if (matroska_parse_cluster(matroska) < 0)
> -                break;
> +            if ((ret = matroska_parse_cluster(matroska)) < 0) {
> +                if ((ret == AVERROR_EOF) || matroska_resync(matroska, pos) < 
> 0)

If you believe the brackets improve readability, please keep them!

If you agree with me that they make reading the code more
difficult if anything, please remove them.

Carl Eugen
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to