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_v4l2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream/tvi_v4l2.c') diff --git a/stream/tvi_v4l2.c b/stream/tvi_v4l2.c index 6166a1fe16..c189a861ba 100644 --- a/stream/tvi_v4l2.c +++ b/stream/tvi_v4l2.c @@ -85,7 +85,7 @@ typedef struct { } video_buffer_entry; /* private data */ -typedef struct { +typedef struct priv { /* video */ char *video_dev; int video_fd; -- cgit v1.2.3