]> git.sesse.net Git - ffmpeg/commit
dump_extradata: Insert extradata even for small packets
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sat, 14 Dec 2019 22:19:26 +0000 (23:19 +0100)
committerMichael Niedermayer <michael@niedermayer.cc>
Thu, 5 Mar 2020 23:58:31 +0000 (00:58 +0100)
commita88a3cdb4b166c83b823d34abe8a7a6743c7ebd5
tree24a2842af3e1d305569b14cf920f9f863fb7f4c4
parent4a141f8e02f602c5548ab88877e8a83679111de6
dump_extradata: Insert extradata even for small packets

3469cfab added a check for whether the extradata coincided with the
beginning of the packet's data in order not to add extradata to packets
that already have it. But the check used was buggy for packets whose
size is smaller than the extradata's size. This commit fixes this.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/dump_extradata_bsf.c