Commit 18e54e7dcf4e0a20fc5e220f68626ea7246854d9 (Fix video formats
handling code) converts "operator <" to sort comparison function
itself. However, it doesn't invert the operator inside it. This means
now video formats are sorted from small to large instead of from large
to small.
This commit inverts the operator inside the function, so that it now
sort correctly.
Commit 18e54e7dcf4e0a20fc5e220f68626ea7246854d9 (Fix video formats handling code) converts "operator <" to sort comparison function itself. However, it doesn't invert the operator inside it. This means now video formats are sorted from small to large instead of from large to small.
This commit inverts the operator inside the function, so that it now sort correctly.