diff stream/tvi_dshow.c @ 31322:016194f71de3

Fix function pointer types in tvi_functions struct to be proper declarations.
author reimar
date Sun, 13 Jun 2010 17:20:29 +0000
parents 9fc9d1e788aa
children 535ebcd085e4
line wrap: on
line diff
--- a/stream/tvi_dshow.c	Sun Jun 13 17:18:48 2010 +0000
+++ b/stream/tvi_dshow.c	Sun Jun 13 17:20:29 2010 +0000
@@ -167,7 +167,7 @@
     void** arStreamCaps;               ///< VIDEO_STREAM_CONFIG_CAPS or AUDIO_STREAM_CONFIG_CAPS
 } chain_t;
 
-typedef struct {
+typedef struct priv {
     int dev_index;              ///< capture device index in device list (defaul: 0, first available device)
     int adev_index;             ///< audio capture device index in device list (default: -1, not used)
     int immediate_mode;         ///< immediate mode (no sound capture)