[vlc-devel] commit: MKV: deinlined a function. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Fri Sep 19 03:27:23 CEST 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Sep 18 18:30:25 2008 -0700| [4d69eb73d0d34ec71f09dc12b9a52b53847dae96] | committer: Jean-Baptiste Kempf
MKV: deinlined a function.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4d69eb73d0d34ec71f09dc12b9a52b53847dae96
---
modules/demux/mkv/demux.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/demux/mkv/demux.hpp b/modules/demux/mkv/demux.hpp
index 3714a70..e96a3a8 100644
--- a/modules/demux/mkv/demux.hpp
+++ b/modules/demux/mkv/demux.hpp
@@ -372,7 +372,7 @@ public:
void StartUiThread();
void StopUiThread();
bool b_ui_hooked;
- inline void SwapButtons();
+ void SwapButtons();
/* for spu variables */
input_thread_t *p_input;
More information about the vlc-devel
mailing list