Skip to content

Commit

Permalink
ReadNode: fix braw identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
rodlie committed May 2, 2021
1 parent 111c1f5 commit c8e9318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Engine/EffectInstance.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
#define PLUGINID_OFX_READPNG "fr.inria.openfx.ReadPNG"
#define PLUGINID_OFX_WRITEPNG "fr.inria.openfx.WritePNG"
#define PLUGINID_OFX_READPDF "fr.inria.openfx.ReadPDF"
#define PLUGINID_OFX_READBRAW "net.sf.openfx.BlackMagicRAW"
#define PLUGINID_OFX_READBRAW "net.sf.openfx.BlackmagicRAW"

#define PLUGINID_NATRON_VIEWER (NATRON_ORGANIZATION_DOMAIN_TOPLEVEL "." NATRON_ORGANIZATION_DOMAIN_SUB ".built-in.Viewer")
#define PLUGINID_NATRON_DISKCACHE (NATRON_ORGANIZATION_DOMAIN_TOPLEVEL "." NATRON_ORGANIZATION_DOMAIN_SUB ".built-in.DiskCache")
Expand Down

0 comments on commit c8e9318

Please sign in to comment.