1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-04 06:08:26 +02:00
FFmpeg/libavfilter
Anton Khirnov bbff143b07 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.
2023-07-11 19:14:23 +02:00
..
2022-07-07 17:52:32 +02:00
2023-05-29 00:42:01 +02:00
2022-12-19 20:43:58 +01:00
2023-06-17 21:33:01 +02:00
2022-07-30 11:42:06 +02:00
2022-07-30 11:42:06 +02:00
2022-02-20 12:38:52 +01:00
2023-05-14 11:10:50 +02:00
2022-03-07 15:29:39 +01:00
2023-05-25 19:52:04 +02:00
2023-03-29 00:15:19 +02:00
2022-12-08 13:03:42 +01:00
2022-11-09 17:39:00 +01:00
2023-04-28 11:07:41 +08:00