Skip to content

Commit d1211ae

Browse files
committed
Add Nikon .nev file extension
Signed-off-by: Peter Kovář <peter.kovar@reflexion.tv>
1 parent caa624e commit d1211ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/r3d.imageio/r3dinput.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ OIIO_EXPORT ImageInput*
154154
r3d_input_imageio_create()
155155
{ return new R3dInput; }
156156

157-
OIIO_EXPORT const char* r3d_input_extensions[] = { "r3d", nullptr };
157+
OIIO_EXPORT const char* r3d_input_extensions[] = { "r3d", "nev", nullptr };
158158

159159
OIIO_PLUGIN_EXPORTS_END
160160

0 commit comments

Comments
 (0)