[vlc-commits] mkv: remove unused input_thread_t
Thomas Guillem
git at videolan.org
Mon Jun 3 16:31:59 CEST 2019
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Mon Jun 3 16:20:52 2019 +0200| [e2cb2daaf0af67fabb05d94bc9d772f67a5b8c88] | committer: Thomas Guillem
mkv: remove unused input_thread_t
This didn't break the build because of the c++ implementation of
vlc_object_cast.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e2cb2daaf0af67fabb05d94bc9d772f67a5b8c88
---
modules/demux/mkv/demux.hpp | 3 ---
1 file changed, 3 deletions(-)
diff --git a/modules/demux/mkv/demux.hpp b/modules/demux/mkv/demux.hpp
index 979aa81731..5004fc26f4 100644
--- a/modules/demux/mkv/demux.hpp
+++ b/modules/demux/mkv/demux.hpp
@@ -54,7 +54,6 @@ public:
,p_current_vsegment(NULL)
,dvd_interpretor( *this )
,i_duration(-1)
- ,p_input(NULL)
,ev(&demux)
{
vlc_mutex_init( &lock_demuxer );
@@ -105,8 +104,6 @@ public:
bool AnalyseAllSegmentsFound( demux_t *p_demux, matroska_stream_c * );
void JumpTo( virtual_segment_c & vsegment, virtual_chapter_c & vchapter );
- /* for spu variables */
- input_thread_t *p_input;
uint8_t palette[4][4];
vlc_mutex_t lock_demuxer;
More information about the vlc-commits
mailing list