mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-02-19 21:00:18 -06:00
6 lines
111 B
C#
6 lines
111 B
C#
namespace FileFlows.VideoNodes;
|
|
|
|
public class Globals
|
|
{
|
|
internal const string PIX_FORMAT = "#PXT_FORMAT";
|
|
} |