Skip to content
  • ivoire's avatar
    video_filter_scene: cleaning · 4a71c838
    ivoire authored
     * p_sys and p_sys->p_scene can't be NULL after the end of Create
     * use calloc instead of malloc+memset
     * remove dead initializations
     * use strdup to copy a string (not asprintf)
    4a71c838