From 7bc5b0253f659bccb6cd4268832ace7f1796e4be Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 13 Jun 2010 17:20:29 +0000 Subject: tv.h: Change function pointer types to proper declarations git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31388 b3059339-0415-0410-9bf9-f77b7e298cf2 Note that the code is still questionable after this commit - the shared data structure has pointers to "struct priv", but different files use different incompatible definitions for that struct. --- stream/tvi_dummy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream/tvi_dummy.c') diff --git a/stream/tvi_dummy.c b/stream/tvi_dummy.c index 8924c79220..50941a2925 100644 --- a/stream/tvi_dummy.c +++ b/stream/tvi_dummy.c @@ -35,7 +35,7 @@ const tvi_info_t tvi_info_dummy = { }; /* private data's */ -typedef struct { +typedef struct priv { int width; int height; } priv_t; -- cgit v1.2.3