mirror of
https://github.com/tadeokondrak/vs-overlay
synced 2024-11-22 17:02:25 +01:00
vapoursynthPlugins: order alphabetically
This commit is contained in:
parent
cd51715d8b
commit
7d4014e667
|
@ -10,16 +10,16 @@ self: super: {
|
||||||
cnr2 = super.callPackage ./plugins/cnr2 { };
|
cnr2 = super.callPackage ./plugins/cnr2 { };
|
||||||
continuityfixer = super.callPackage ./plugins/continuityfixer { };
|
continuityfixer = super.callPackage ./plugins/continuityfixer { };
|
||||||
descale = super.callPackage ./plugins/descale { };
|
descale = super.callPackage ./plugins/descale { };
|
||||||
fmtconv = super.callPackage ./plugins/fmtconv { };
|
|
||||||
eedi2 = super.callPackage ./plugins/eedi2 { };
|
eedi2 = super.callPackage ./plugins/eedi2 { };
|
||||||
eedi3m = super.callPackage ./plugins/eedi3m { };
|
eedi3m = super.callPackage ./plugins/eedi3m { };
|
||||||
f3kdb = super.callPackage ./plugins/f3kdb { };
|
f3kdb = super.callPackage ./plugins/f3kdb { };
|
||||||
ffms2 = super.ffms;
|
ffms2 = super.ffms;
|
||||||
|
fmtconv = super.callPackage ./plugins/fmtconv { };
|
||||||
knlmeanscl = super.callPackage ./plugins/knlmeanscl { };
|
knlmeanscl = super.callPackage ./plugins/knlmeanscl { };
|
||||||
retinex = super.callPackage ./plugins/retinex { };
|
|
||||||
lsmashsource = super.callPackage ./plugins/lsmashsource { };
|
lsmashsource = super.callPackage ./plugins/lsmashsource { };
|
||||||
mvtools = super.callPackage ./plugins/mvtools { };
|
mvtools = super.callPackage ./plugins/mvtools { };
|
||||||
nnedi3 = super.callPackage ./plugins/nnedi3 { };
|
nnedi3 = super.callPackage ./plugins/nnedi3 { };
|
||||||
|
retinex = super.callPackage ./plugins/retinex { };
|
||||||
sangnom = super.callPackage ./plugins/sangnom { };
|
sangnom = super.callPackage ./plugins/sangnom { };
|
||||||
tcanny = super.callPackage ./plugins/tcanny { };
|
tcanny = super.callPackage ./plugins/tcanny { };
|
||||||
tnlmeans = super.callPackage ./plugins/tnlmeans { };
|
tnlmeans = super.callPackage ./plugins/tnlmeans { };
|
||||||
|
|
Loading…
Reference in a new issue