[vlc-commits] codec: t140: remove undefined Close function
Alexandre Janniaux
git at videolan.org
Mon Jan 25 11:37:34 UTC 2021
vlc | branch: master | Alexandre Janniaux <ajanni at videolabs.io> | 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") )
More information about the vlc-commits
mailing list