mirror of
https://github.com/tadeokondrak/vs-overlay
synced 2024-11-05 00:32:27 +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 { };
|
||||
continuityfixer = super.callPackage ./plugins/continuityfixer { };
|
||||
descale = super.callPackage ./plugins/descale { };
|
||||
fmtconv = super.callPackage ./plugins/fmtconv { };
|
||||
eedi2 = super.callPackage ./plugins/eedi2 { };
|
||||
eedi3m = super.callPackage ./plugins/eedi3m { };
|
||||
f3kdb = super.callPackage ./plugins/f3kdb { };
|
||||
ffms2 = super.ffms;
|
||||
fmtconv = super.callPackage ./plugins/fmtconv { };
|
||||
knlmeanscl = super.callPackage ./plugins/knlmeanscl { };
|
||||
retinex = super.callPackage ./plugins/retinex { };
|
||||
lsmashsource = super.callPackage ./plugins/lsmashsource { };
|
||||
mvtools = super.callPackage ./plugins/mvtools { };
|
||||
nnedi3 = super.callPackage ./plugins/nnedi3 { };
|
||||
retinex = super.callPackage ./plugins/retinex { };
|
||||
sangnom = super.callPackage ./plugins/sangnom { };
|
||||
tcanny = super.callPackage ./plugins/tcanny { };
|
||||
tnlmeans = super.callPackage ./plugins/tnlmeans { };
|
||||
|
|
Loading…
Reference in a new issue