diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2019-12-14 23:19:26 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-05-20 02:46:10 +0200 |
commit | e7b36268be1305242a835d0e5771430ea463d8d2 (patch) | |
tree | c0dbf06b93e81068cb66f228d249c8c10d33703e /doc/examples/avio_dir_cmd.c | |
parent | 95d2ae971000d5388bdec996eb7aacc627d5a997 (diff) | |
download | ffmpeg-e7b36268be1305242a835d0e5771430ea463d8d2.tar.gz |
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>
(cherry picked from commit a88a3cdb4b166c83b823d34abe8a7a6743c7ebd5)
Diffstat (limited to 'doc/examples/avio_dir_cmd.c')
0 files changed, 0 insertions, 0 deletions