]> git.sesse.net Git - vlc/blob - test/native/stats.c
Use var_InheritString for --decklink-video-connection.
[vlc] / test / native / stats.c
1 #include "../pyunit.h"
2 #ifdef HAVE_CONFIG_H
3 # include "config.h"
4 #endif
5
6 #include <vlc/vlc.h>
7
8 PyObject *timers_test( PyObject *self, PyObject *args )
9 {
10      Py_INCREF( Py_None );
11      return Py_None;
12 }