vlc | branch: master | Alexandre Janniaux <[email protected]> | Mon Jan 25 10:59:02 2021 +0100| [b3894195a937a4b430508bdab0de11d3ac8f9a87] | committer: Alexandre Janniaux
codec: t140: remove undefined Close function > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b3894195a937a4b430508bdab0de11d3ac8f9a87 --- modules/codec/t140.c | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/codec/t140.c b/modules/codec/t140.c index eab8b96cde..bb99290ec9 100644 --- a/modules/codec/t140.c +++ b/modules/codec/t140.c @@ -29,7 +29,6 @@ #include <vlc_sout.h> static int Open ( vlc_object_t * ); -static void Close( vlc_object_t * ); vlc_module_begin () set_description( N_("T.140 text encoder") ) _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
