1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-17 13:17:13 +00:00

commente dout info's decl

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4967 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-03-07 00:43:55 +00:00
parent aa242fc9c3
commit 7e44d39de4

View File

@ -1,6 +1,6 @@
// prototypes: // prototypes:
static vd_info_t info; //static vd_info_t info;
static int control(sh_video_t *sh,int cmd,void* arg,...); static int control(sh_video_t *sh,int cmd,void* arg,...);
static int init(sh_video_t *sh); static int init(sh_video_t *sh);
static void uninit(sh_video_t *sh); static void uninit(sh_video_t *sh);