diff options
author | Anton Khirnov <anton@khirnov.net> | 2023-07-09 11:25:55 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2023-07-11 19:14:23 +0200 |
commit | bbff143b07613c3055eaa606b011168e94a3a024 (patch) | |
tree | 4d804298c36fe124b82fa50ae2677cf72b4c50ed /tests/base64.c | |
parent | 75b1a555a70c178a9166629e43ec2f6250219eb2 (diff) | |
download | ffmpeg-bbff143b07613c3055eaa606b011168e94a3a024.tar.gz |
lavfi/src_movie: stop using AV_CODEC_FLAG_COPY_OPAQUE
That feature is overkill for a constant pointer to AVFilterLink which
can be stored in AVCodecContext.opaque (indirectly, because the link is
not allocated yet at the time the codec is opened).
This also avoids leaking non-NULL AVFrame.opaque to callers.
Diffstat (limited to 'tests/base64.c')
0 files changed, 0 insertions, 0 deletions