diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2019-06-17 05:42:12 +0200 |
---|---|---|
committer | Mark Thompson <sw@jkqxz.net> | 2019-07-07 22:17:07 +0100 |
commit | 36fcdc3fbe089bc01066e2afa5645f383025f0ec (patch) | |
tree | 9dd8747ccdaac0cb1997903678f6436871948b51 /libavfilter/signature_lookup.c | |
parent | b0810454e473dd321a27c43de2d0e9d02fdba556 (diff) | |
download | ffmpeg-36fcdc3fbe089bc01066e2afa5645f383025f0ec.tar.gz |
av1/h264_metadata, filter_units: Count down when deleting units
When testing whether a particular unit should be kept or discarded, it
is best to start at the very last unit of a fragment and count down,
because that way a unit that will eventually be deleted won't be
memmoved during earlier deletions; and frag/au->nb_units need only be
evaluated once in this case and the counter is automatically correct
when a unit got deleted.
It also works for double loops, i.e. when looping over all SEI messages
in all SEI units of an access unit.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavfilter/signature_lookup.c')
0 files changed, 0 insertions, 0 deletions