diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-08-31 19:18:03 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-09-01 11:05:38 +0200 |
commit | 18dbbff525dd03ed4faefadbe08f5916b9e23666 (patch) | |
tree | c155cd70c0e3afd88def65e7cda8cb0c96e4b657 /libavformat/rtp.c | |
parent | d0b0fc7cb94f02a7de0d67cb3ba06a243b323a1d (diff) | |
download | ffmpeg-18dbbff525dd03ed4faefadbe08f5916b9e23666.tar.gz |
avcodec/magicyuv: Unify qsort comparison functions
Up until now, there were three comparison functions depending upon
bitness. But they all are actually the same, namely a lexical ordering:
entry a > entry b iff a.len > b.len or a.len == b.len and a.sym < b.sym.
So they can be easily unified.
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavformat/rtp.c')
0 files changed, 0 insertions, 0 deletions