"Ronald S. Bultje" <[email protected]> writes: > + av_log(ctx, AV_LOG_ERROR, \ > + "xmm%d = %016"PRIx64"%016"PRIx64"\n", \ > + 6 + i, av_bswap64(xmm[0][i][0]), \ > + av_bswap64(xmm[0][i][1])); \
Using "xmm%-2d" here > + av_log(ctx, AV_LOG_ERROR, \ > + " %s -> %016"PRIx64"%016"PRIx64"\n", \ > + i >= 4 ? " " : " ", \ would avoid the conditional spaces here. It would also look nicer. -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
