mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2025-12-30 12:29:31 -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";
|
|
} |