Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
7phs committed Feb 2, 2025
1 parent 3eb85f8 commit e20a63e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion av.zig
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,7 @@ pub const FormatContext = extern struct {
/// or -1 if none
related_stream: c_int,
) Error!struct { c_uint, *const Codec } {
var decoder: ?*const Codec = undefined;
var decoder: ?*Codec = undefined;
const n = try wrap(av_find_best_stream(ic, media_type, wanted_stream_nb, related_stream, &decoder, 0));
return .{ n, decoder.? };
}
Expand Down
2 changes: 1 addition & 1 deletion build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.name = "libffmpeg",
.version = "7.0.1-5",

.minimum_zig_version = "0.14.0-dev.2638+04c9f50ae",
.minimum_zig_version = "0.14.0-dev.1359+e9a00ba7f",

.dependencies = .{
.libz = .{
Expand Down

0 comments on commit e20a63e

Please sign in to comment.