The branch, master has been updated
       via  9e4ff4732c0d389a6b67f47c47b7823a1992cd40 (commit)
      from  07ea3b1787b88481823c850e92c8828fc270b25b (commit)


- Log -----------------------------------------------------------------
commit 9e4ff4732c0d389a6b67f47c47b7823a1992cd40
Author:     renjianguang <[email protected]>
AuthorDate: Fri Sep 12 15:37:13 2025 +0800
Commit:     Zhao Zhili <[email protected]>
CommitDate: Tue Sep 16 11:27:39 2025 +0000

    swresample/swresample: Delete unused code
    
    The uch option has been removed
    
    Signed-off-by: renjianguang <[email protected]>

diff --git a/libswresample/swresample.c b/libswresample/swresample.c
index 998ee7b73a..804f978593 100644
--- a/libswresample/swresample.c
+++ b/libswresample/swresample.c
@@ -70,8 +70,6 @@ int swr_alloc_set_opts2(struct SwrContext **ps,
     if ((ret = av_opt_set_int(s, "isr", in_sample_rate, 0)) < 0)
         goto fail;
 
-    av_opt_set_int(s, "uch", 0, 0);
-
     return 0;
 fail:
     av_log(s, AV_LOG_ERROR, "Failed to set option\n");

-----------------------------------------------------------------------

Summary of changes:
 libswresample/swresample.c | 2 --
 1 file changed, 2 deletions(-)


hooks/post-receive
-- 

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to