Clément Bœsch <ubitux <at> gmail.com> writes: > > + } else { > > + av_log(s, AV_LOG_DEBUG, "Unknown tag: %d \n", tag); > > } > > skip: > > avio_skip(pb, len); > > You can remove the space after %d, otherwise LGTM Space removed and patch applied. Thank you, Carl Eugen