diff options
author | Anton Khirnov <anton@khirnov.net> | 2016-10-26 13:41:12 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-12-14 09:06:44 +0100 |
commit | 549d0bdca53af7a6e0c612ab4b03baecf3a5878f (patch) | |
tree | c9b90d376f74d82b8b5bc95e7c06423b14b915e0 /libavcodec/pnmenc.c | |
parent | 47e547b321338c73c21fa623789f1efbd80a297a (diff) | |
download | ffmpeg-549d0bdca53af7a6e0c612ab4b03baecf3a5878f.tar.gz |
decode: be more explicit about storing the last packet properties
The current code stores a pointer to the packet passed to the decoder,
which is then used during get_buffer() for timestamps and side data
passthrough. However, since this is a pointer to user data which we do
not own, storing it is potentially dangerous. It is also ill defined for
the new decoding API with split input/output.
Fix this problem by making an explicit internally owned copy of the
packet properties.
Diffstat (limited to 'libavcodec/pnmenc.c')
0 files changed, 0 insertions, 0 deletions