]> git.sesse.net Git - vlc/blob - test/native/stats.c
Add 2 fourCC for MPEG4 for broken CAMcorder to fix playback.
[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 }