Skip to content

Commit

Permalink
just work
Browse files Browse the repository at this point in the history
  • Loading branch information
Uranite committed Oct 4, 2024
1 parent cf298ae commit 4f58d1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions patches/ffmpeg/psy.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/libavcodec/libsvtav1.c b/libavcodec/libsvtav1.c
index 79b28eb..24ce54a 100644
index 79b28eb..2651811 100644
--- a/libavcodec/libsvtav1.c
+++ b/libavcodec/libsvtav1.c
@@ -69,7 +69,8 @@ typedef struct SvtContext {
Expand Down Expand Up @@ -54,7 +54,7 @@ index 79b28eb..24ce54a 100644
static const AVOption options[] = {
{ "preset", "Encoding preset",
- OFFSET(enc_mode), AV_OPT_TYPE_INT, { .i64 = -2 }, -2, MAX_ENC_PRESET, VE },
+ OFFSET(enc_mode), AV_OPT_TYPE_INT, { .i64 = -4 }, -4, MAX_ENC_PRESET, VE },
+ OFFSET(enc_mode), AV_OPT_TYPE_INT, { .i64 = -4 }, -3, MAX_ENC_PRESET, VE },

FF_AV1_PROFILE_OPTS

Expand Down

0 comments on commit 4f58d1d

Please sign in to comment.