• Anton Khirnov's avatar
    lavfi/src_movie: stop using AV_CODEC_FLAG_COPY_OPAQUE · bbff143b
    Anton Khirnov authored
    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.
    bbff143b
src_movie.c 23.6 KB