#11661: lv2 protocol violation
-------------------------------------+-------------------------------------
             Reporter:  Dave Flater  |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:  avfilter     |                  Version:  git-
                                     |  master
             Keywords:  LV2          |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 lilv.h says about the function lilv_instance_activate, "This MUST be
 called before calling lilv_instance_run()."

 libavfilter/af_lv2.c calls lilv_instance_run, but it never calls
 lilv_instance_activate.  As a result, an LV2 plugin that relies on
 activate being called as described in lv2.h will fail.
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/11661>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac

To unsubscribe, visit link above, or email
ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to