]> git.sesse.net Git - ffmpeg/commit
avcodec/decode: Don't needlessly copy side-data for subtitles
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Thu, 4 Mar 2021 12:49:20 +0000 (13:49 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 9 Mar 2021 13:16:35 +0000 (14:16 +0100)
commitb5a2481122c1d85030bc69064248734953e9da88
tree98efae8ec53cb4ea1917a4a7fcc4c75d09d8594d
parente12923f683f468dc4ac7e412578625f2ef14cb7d
avcodec/decode: Don't needlessly copy side-data for subtitles

AVCodecInternal.last_pkt_props is not used when decoding subtitles;
ergo it makes no sense to set it at all.

Reviewed-by: James Almer <jamrial@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavcodec/decode.c