[vlc-commits] [Git][videolan/vlc][3.0.x] transcode: fix broken --sout-transcode-sfilter option

Jean-Baptiste Kempf gitlab at videolan.org
Wed Jun 16 04:50:49 UTC 2021



Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC


Commits:
90dc0b2e by Lyndon Brown at 2021-06-16T04:28:05+00:00
transcode: fix broken --sout-transcode-sfilter option

the capability is "sub source" not "spu source"

this mistake came from 1f5744e92e89d0d46a4a5b38b28564a698fe63c9.

(cherry picked from commit afc593fbfc1569d8b4b31ef19239d974fb231952)

- - - - -


1 changed file:

- modules/stream_out/transcode/transcode.c


Changes:

=====================================
modules/stream_out/transcode/transcode.c
=====================================
@@ -205,7 +205,7 @@ vlc_module_begin ()
                 SCODEC_LONGTEXT, false )
     add_bool( SOUT_CFG_PREFIX "soverlay", false, SCODEC_TEXT,
                SCODEC_LONGTEXT, false )
-    add_module_list( SOUT_CFG_PREFIX "sfilter", "spu source",
+    add_module_list( SOUT_CFG_PREFIX "sfilter", "sub source",
                      NULL, SFILTER_TEXT, SFILTER_LONGTEXT, false )
 
     set_section( N_("Miscellaneous"), NULL )



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/90dc0b2e06317dad5acad2b480ce5f6d80815bea

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/90dc0b2e06317dad5acad2b480ce5f6d80815bea
You're receiving this email because of your account on code.videolan.org.




More information about the vlc-commits mailing list