]> git.sesse.net Git - ffmpeg/commit
avformat/dss: Avoid using intermediate buffer
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
Thu, 1 Apr 2021 20:55:31 +0000 (22:55 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
Mon, 5 Apr 2021 16:34:52 +0000 (18:34 +0200)
commit48a594aba575ec56978bdd1c8553fa2c68730ef6
tree4e73b6bf6e746656a4d1ea7473f13c49d97bea11
parentef8c8b4163e5ff156b6511eda9cdfdb0828ee8dc
avformat/dss: Avoid using intermediate buffer

All one needs is one byte beyond the end of the normal data; and because
the packet is padded, one already has it.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
libavformat/dss.c