Mercurial > mplayer.hg
changeset 4966:4a0a86d7e248
commente dout info's decl
author | arpi |
---|---|
date | Thu, 07 Mar 2002 00:43:55 +0000 |
parents | 923605707de6 |
children | f88dfc3de52c |
files | libmpcodecs/vd_internal.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/vd_internal.h Thu Mar 07 00:03:51 2002 +0000 +++ b/libmpcodecs/vd_internal.h Thu Mar 07 00:43:55 2002 +0000 @@ -1,6 +1,6 @@ // prototypes: -static vd_info_t info; +//static vd_info_t info; static int control(sh_video_t *sh,int cmd,void* arg,...); static int init(sh_video_t *sh); static void uninit(sh_video_t *sh);