Skip to content

vlc_es: add a way to log differences between ES/video formats

Steve Lhomme requested to merge robUx4/vlc:es_diff_log into master

When es_format_IsSimilar and video_format_IsSimilar report a format is not similar, it can be useful to know the reason.

These logging functions match the tests done in those functions.

Merge request reports