Skip to content

Commit

Permalink
make Frame pub
Browse files Browse the repository at this point in the history
  • Loading branch information
dnjulek committed Apr 12, 2024
1 parent 25bb37c commit 2f6a59a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zigapi.zig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const std = @import("std");
const vs = @import("vapoursynth4.zig");
const math = std.math;

const Frame = struct {
pub const Frame = struct {
frame_ctx: ?*vs.FrameContext,
core: ?*vs.Core,
vsapi: ?*const vs.API,
Expand Down

0 comments on commit 2f6a59a

Please sign in to comment.