2017-12-09 3:24 GMT+01:00 Rodger Combs <[email protected]>: > - 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 [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
